Skip to content

Commit

Permalink
Update src/__swaps__/screens/Swap/providers/swap-provider.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: gregs <[email protected]>
  • Loading branch information
derHowie and greg-schrammel authored Dec 3, 2024
1 parent c86910d commit ed8ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__swaps__/screens/Swap/providers/swap-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const SwapProvider = ({ children }: SwapProviderProps) => {
const activeRoute = Navigation.getActiveRoute();
if (
index === 0 ||
routes[index - 1] === Routes.EXPANDED_ASSET_SHEET ||
routes[index - 1].name === Routes.EXPANDED_ASSET_SHEET ||
activeRoute.name === Routes.PAIR_HARDWARE_WALLET_AGAIN_SHEET
) {
Navigation.handleAction(Routes.WALLET_SCREEN, {});
Expand Down

0 comments on commit ed8ecff

Please sign in to comment.