Skip to content

Commit

Permalink
fix: hide favs on non mainnet assets (#5565)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera committed Mar 27, 2024
1 parent fe4d9c1 commit ad7aaf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default React.memo(function FastCurrencySelectionRow({
<View style={sx.fav}>
{isInfoButtonVisible && <Info contextMenuProps={contextMenuProps} showFavoriteButton={showFavoriteButton} theme={theme} />}
{showFavoriteButton &&
network === Network.mainnet &&
(ios ? (
// @ts-ignore
<FloatingEmojis
Expand Down

0 comments on commit ad7aaf5

Please sign in to comment.