Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

thisyahlen/fix view disabled button #7278

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
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();

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

const responseContract = (response) => {
Expand Down