Skip to content

Commit

Permalink
remove unintended console
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Oct 28, 2024
1 parent 603cd7e commit b525292
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ const pendingAddress = computed(() => {
const hasProgressCorrections = computed(() => {
if (filings && filings.value && filings.value.length > 0) {
console.log('hi1')
const corrections = filings.value.filter((filing) => {
return filing.name === FilingTypes.CORRECTION &&
(filing.status === FilingStatusE.DRAFT ||
Expand All @@ -197,7 +196,6 @@ const hasProgressCorrections = computed(() => {
})
return corrections.length > 0
}
console.log('hi2')
return false
})
Expand Down

0 comments on commit b525292

Please sign in to comment.