Skip to content

Commit

Permalink
Fix selected state for network, timeframe, sort (#6352)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored Dec 20, 2024
1 parent 0acafeb commit d90e32a
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 169 deletions.
3 changes: 2 additions & 1 deletion src/components/Discover/DiscoverHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ export default function DiscoverHome() {
<GasCard />
{isProfilesEnabled && <ENSSearchCard />}
</Inline>
<Separator color="separatorTertiary" thickness={1} />
{trendingTokensEnabled && (
<>
<Separator color="separatorSecondary" thickness={1} />
<TrendingTokens />
<Separator color="separatorTertiary" thickness={1} />
</>
)}
<RemoteCardCarousel />
Expand Down
Loading

0 comments on commit d90e32a

Please sign in to comment.