Skip to content

Commit

Permalink
fix: remove estimated size
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Jan 15, 2025
1 parent 79c000e commit d287b7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/UI/Tokens/TokenList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export const TokenList = ({
<FlashList
testID={WalletViewSelectorsIDs.TOKENS_CONTAINER_LIST}
data={tokens}
estimatedItemSize={50}
renderItem={renderItem}
keyExtractor={(_, index) => index.toString()}
ListFooterComponent={
Expand Down

0 comments on commit d287b7e

Please sign in to comment.