Skip to content

Commit

Permalink
Remove eth button from popover
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall2112 committed Dec 12, 2022
1 parent 68354f9 commit e7c693e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const WrongNetworkPopover = () => {
</Message>
<Menu>
<li>{switchNetworkButton}</li>
{!IS_PROD && (
{!IS_PROD && !env.featureFlags.nexusOnlyMode && (
<li>
<SwitchNetworkButton role="button" isSmall disabled={loading} onClick={onDismiss}>
{!!chain?.name ? <>Continue with {chain.name}</> : <>Continue</>}
Expand Down

0 comments on commit e7c693e

Please sign in to comment.