Skip to content

Commit f7b81e0

Browse files
authored
Merge pull request #11 from drift-labs/cache-liqcalc
Remove double title
2 parents 486a0c3 + 0379555 commit f7b81e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tabs/liqcalc.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ async def is_subaccount(pubkey: Pubkey, drift_client: DriftClient):
7474

7575
async def liqcalc(drift_client: DriftClient):
7676
"""Main liquidation calculator function."""
77-
st.title("Drift Liquidation Calculator")
7877

7978
if "clearing_house_cache" not in st.session_state:
8079
st.session_state.clearing_house_cache = None

0 commit comments

Comments
 (0)