Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bfullam committed Feb 7, 2025
1 parent a6593a1 commit 72553e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/UI/AssetOverview/AssetOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const AssetOverview: React.FC<AssetOverviewProps> = ({

const goToPortfolioBridge = useGoToBridge('TokenDetails');

const goToBridge = process.env.MM_BRIDGE_UI_ENABLED === 'true'
const goToBridge = process.env.MM_BRIDGE_UI_ENABLED === 'true'
? handleBridgeNavigation
: goToPortfolioBridge;

Expand Down
2 changes: 1 addition & 1 deletion app/components/UI/Bridge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ const BridgeView = () => {
</View>
</ScreenView>
);
}
};

export default BridgeView;
2 changes: 1 addition & 1 deletion app/components/Views/WalletActions/WalletActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const WalletActions = () => {

const goToPortfolioBridge = useGoToBridge('TabBar');

const goToBridge = process.env.MM_BRIDGE_UI_ENABLED === 'true'
const goToBridge = process.env.MM_BRIDGE_UI_ENABLED === 'true'
? handleBridgeNavigation
: goToPortfolioBridge;

Expand Down

0 comments on commit 72553e1

Please sign in to comment.