We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aab590 commit d259281Copy full SHA for d259281
app/components/Views/Asset/index.js
@@ -540,10 +540,9 @@ class Asset extends PureComponent {
540
const displaySwapsButton =
541
isSwapsNetworkAllowed && isSwapsAssetAllowed && AppConstants.SWAPS.ACTIVE;
542
543
- const isBridgeNetworkAllowed = isPortfolioViewEnabled()
+ const displayBridgeButton = isPortfolioViewEnabled()
544
? isBridgeAllowed(asset.chainId)
545
: isBridgeAllowed(chainId);
546
- const displayBridgeButton = isBridgeNetworkAllowed;
547
548
const displayBuyButton = asset.isETH
549
? this.props.isNetworkBuyNativeTokenSupported
0 commit comments