Skip to content

Commit 8c6e400

Browse files
committed
fmt
1 parent 08077c2 commit 8c6e400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/lib/modals/accounts/IcrcTokenTransactionModal.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
initiator: "accounts",
5959
});
6060
61-
const isBurn = nonNullish(burnAddress) && destinationAddress === burnAddress;
61+
const isBurn =
62+
nonNullish(burnAddress) && destinationAddress === burnAddress;
6263
6364
const { blockIndex } = await transferTokens({
6465
source: sourceAccount,

0 commit comments

Comments
 (0)