fix: Correct incomplete if statement in portfolio value section
This commit is contained in:
parent
02496c3a3c
commit
7beaee7d10
@ -648,6 +648,8 @@ def trading_system_page():
|
||||
st.metric("Current Portfolio Value", f"${portfolio_data['total_value']:,.2f}")
|
||||
st.metric("Cash Balance", f"${portfolio_data['cash_balance']:,.2f}")
|
||||
st.text(f"Last Updated: {portfolio_data['date']}")
|
||||
else:
|
||||
st.info("No portfolio value data found")
|
||||
|
||||
# Update portfolio value form
|
||||
with st.expander("Update Portfolio Value"):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user