Commit 47566b89 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1507 from blockscout/tt-filter-fix

token transfer filter fix
parents f5193187 e39ea3c6
......@@ -55,7 +55,6 @@ const TokenTransferFilter = ({
</RadioGroup>
</>
) }
<Text variant="secondary" fontWeight={ 600 }>Type</Text>
<TokenTypeFilter<TokenType> onChange={ onTypeFilterChange } defaultValue={ defaultTypeFilters } nftOnly={ false }/>
</PopoverFilter>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment