Skip to content

Commit

Permalink
remove warning triangle
Browse files Browse the repository at this point in the history
  • Loading branch information
foxier25 committed Oct 30, 2024
1 parent 6910df9 commit dddd896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SearchModal/CurrencyList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ export function CurrencyRow({
<AutoColumn style={{ opacity: isBlockedToken ? blockedTokenOpacity : '1' }}>
<Row>
<CurrencyName title={currency.name}>{currency.name}</CurrencyName>
<WarningContainer>
{/* <WarningContainer>
<TokenSafetyIcon warning={warning} />
</WarningContainer>
</WarningContainer> */}
</Row>
<ThemedText.DeprecatedDarkGray ml="0px" fontSize="12px" fontWeight={300}>
{currency.symbol}
Expand Down

0 comments on commit dddd896

Please sign in to comment.