Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Nov 2, 2023
1 parent d4f9b0e commit 2c44ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/address/AddressTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const AddressTokens = () => {

const rightSlot = (
<>
{ tab !== 'tokens_erc20' && nftDisplayTypeRadio }
{ tab !== 'tokens' && tab !== 'tokens_erc20' && nftDisplayTypeRadio }
{ pagination.isVisible && !isMobile && <Pagination { ...pagination }/> }
</>
);
Expand Down

0 comments on commit 2c44ce5

Please sign in to comment.