Skip to content

Commit

Permalink
Remove backend requirement for orderbook
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 7, 2024
1 parent 20f5efa commit 18ebbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
icon=":material/home:",
),
st.Page(
needs_backend(orderbook_page),
orderbook_page,
url_path="orderbook",
title="Orderbook",
icon="📈",
Expand Down

0 comments on commit 18ebbae

Please sign in to comment.