Skip to content

Commit

Permalink
Merge pull request #6168 from ripcurlx/fix-buy-bsq-direction
Browse files Browse the repository at this point in the history
Adapt buy BSQ direction to new navigation
  • Loading branch information
bisq-github-admin-3 committed Apr 26, 2022
2 parents 6d42f72 + c089e92 commit e5f0359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static Tuple2<AutoTooltipButton, HBox> createBuyBsqButtonBox(Navigation n

private static void openBuyBsqOfferBook(Navigation navigation) {
navigation.navigateTo(
MainView.class, SellOfferView.class, BsqOfferBookView.class);
MainView.class, BuyOfferView.class, BsqOfferBookView.class);
}

public static Class<? extends OfferBookView<?, ?>> getOfferBookViewClass(String currencyCode) {
Expand Down

0 comments on commit e5f0359

Please sign in to comment.