Skip to content

Commit

Permalink
token transfer filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Jan 16, 2024
1 parent f519318 commit e39ea3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/shared/TokenTransfer/TokenTransferFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const TokenTransferFilter = ({
</RadioGroup>
</>
) }
<Text variant="secondary" fontWeight={ 600 }>Type</Text>
<TokenTypeFilter<TokenType> onChange={ onTypeFilterChange } defaultValue={ defaultTypeFilters } nftOnly={ false }/>
</PopoverFilter>
);
Expand Down

0 comments on commit e39ea3c

Please sign in to comment.