Skip to content

Commit

Permalink
fix: When transaction is unavailable the app shows 500 error (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek authored Mar 12, 2024
1 parent 72e2176 commit af475f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/transactions/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ const route = useRoute()
const { subscribedTransactionId } = storeToRefs(useWebSocket())
const { isLoading } = useLoading()
await fetchTransactionDetails(route.params.id)
const isSyncing = computed(() => isLoading.value || !transactionTypeData.value)
try {
Expand Down

0 comments on commit af475f3

Please sign in to comment.