Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibz1 committed Feb 17, 2023
1 parent fef039d commit 065f982
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/explorer/src/utils/getAmount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ export function getTransfersAmount(
coinType:
txKindName === 'PaySui'
? SUI_TYPE_ARG
: getCoinType(
txnEffect || null,
recipient
),
: getCoinType(txnEffect || null, recipient),
address: recipient,
},
};
Expand Down

0 comments on commit 065f982

Please sign in to comment.