Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
5 changes: 5 additions & 0 deletions src/javascript/app/pages/user/view_popup/view_popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const ViewPopup = (() => {
}

getContract();

Comment thread
thisyahlen-deriv marked this conversation as resolved.
Outdated
if (btn_view) {
ViewPopupUI.enableButton($(btn_view));
ViewPopupUI.cleanup(true);
}
};

const responseContract = (response) => {
Expand Down