Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Hristiyan <hristiyan.valkov@limechain.tech>
  • Loading branch information
icoxxx committed Feb 1, 2025
1 parent 7cabd60 commit 4695626
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { ITransaction } from '@main/shared/interfaces';
import { computed, onBeforeMount, reactive, ref, watch, watchEffect } from 'vue';
import { computed, onBeforeMount, reactive, ref, watch } from 'vue';
import { Transaction } from '@hashgraph/sdk';
Expand Down Expand Up @@ -199,10 +199,6 @@ watch([currentPage, pageSize, () => user.selectedOrganization], async () => {
setGetTransactionsFunction();
await fetchTransactions();
});
watchEffect(() => {
console.log(waitingForSignaturesCounts.value);
});
</script>

<template>
Expand Down

0 comments on commit 4695626

Please sign in to comment.