Skip to content

Commit 64b526b

Browse files
committed
Fix QMT cash note visible on Binance
1 parent 8c5f7e8 commit 64b526b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/strategy-switch-console/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3779,7 +3779,7 @@ <h2 data-i18n="summary">切换摘要</h2>
37793779
const qmtPlatformCashNote = el("qmt-platform-cash-note");
37803780
const executionCashPolicyNote = el("execution-cash-policy-note");
37813781
executionCashPolicyGrid.hidden = !supportsMargin && !supportsReserve;
3782-
qmtPlatformCashNote.hidden = supportsMargin || supportsReserve;
3782+
qmtPlatformCashNote.hidden = supportsMargin || supportsReserve || platform !== "qmt";
37833783
executionCashPolicyNote.hidden = !supportsMargin || !supportsReserve;
37843784

37853785
const marginBlocksReserve = supportsMargin && supportsReserve && allowMarginExplicitlySelected(form);

web/strategy-switch-console/page_asset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)