Skip to content

Commit

Permalink
Fixed PR
Browse files Browse the repository at this point in the history
  • Loading branch information
johnqh committed Apr 4, 2024
1 parent d85b35a commit d1c0ea9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ fun NavGraphBuilder.tradeGraph(
dydxComposable(
router = appRouter,
route = TradeRoutes.margin_type,
deepLinks = appRouter.deeplinks(TradeRoutes.status),
deepLinks = appRouter.deeplinks(TradeRoutes.margin_type),
) { navBackStackEntry ->
DydxTradeInputMarginModeView.Content(Modifier)
}

dydxComposable(
router = appRouter,
route = TradeRoutes.target_leverage,
deepLinks = appRouter.deeplinks(TradeRoutes.status),
deepLinks = appRouter.deeplinks(TradeRoutes.target_leverage),
) { navBackStackEntry ->
DydxTradeInputTargetLeverageView.Content(Modifier)
}
Expand Down

0 comments on commit d1c0ea9

Please sign in to comment.