We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d74c7 commit 11a3db4Copy full SHA for 11a3db4
tabs/condliq.py
@@ -91,7 +91,7 @@ def is_labeled_for_cond(user, user_stats):
91
92
is_t1 = is_labeled_for_cond(user, userstats)
93
if not is_t1:
94
- st.write('User is not labeled unformed flow:', is_t1)
+ st.write('User is not labeled informed flow:', is_t1)
95
else:
96
st.write('User is informed flow, non exempt, can only atomically take at conditional prices against protected maker')
97
return 0
0 commit comments