Skip to content

Commit

Permalink
run pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos committed Oct 24, 2024
1 parent c4ca6a8 commit fb27f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/wallet/src/pages/AccountAssetPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ watch(
const isReceivedTransfer = (transfer: AccountIncomingTransfer): boolean => {
return !!addresses.value?.some(address => address.address === transfer.to);
};
const loadTransfers = async (): Promise<
Expand Down

0 comments on commit fb27f4b

Please sign in to comment.