Skip to content

Commit e087b98

Browse files
authored
fix: info msg hide (#793)
1 parent b4f193c commit e087b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/javascript/app/pages/trade/purchase/contract-details.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const resetPopupData = (isAuditReset = false) => {
1515
cd_showAudit: false,
1616
auditDataEnd: [],
1717
cd_infoMsg : null,
18+
cd_sellMsg : null,
1819
};
1920

2021
const contract_reset_object = {

0 commit comments

Comments
 (0)