Skip to content

Commit

Permalink
style(swap): lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Apr 20, 2022
1 parent fef0b16 commit 575e6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/wallet/Wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export function Wallet({

const FungibleTokens = ({ balance, tokensLoading, fungibleTokens, accountExists, totalAmount, currentLanguage }) => {
const zeroBalanceAccount = accountExists === false;
const dispatch = useDispatch()
const dispatch = useDispatch();
const currentFungibleTokens = CREATE_USN_CONTRACT ? fungibleTokens[0][0] : fungibleTokens[0];
const hideFungibleTokenSection =
zeroBalanceAccount &&
Expand Down

0 comments on commit 575e6d4

Please sign in to comment.