Skip to content

Commit

Permalink
Fix UI error upon receiving MN Collateral (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Sep 27, 2023
1 parent 2a42b60 commit b012664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/global.js
Expand Up @@ -2325,7 +2325,7 @@ export async function updateMasternodeTab() {
doms.domMnDashboard.style.display = '';
} else {
doms.domMnTxId.style.display = 'none';
doms.domccessMasternode.style.display = 'block';
doms.domAccessMasternode.style.display = 'block';
}
} else if (balance < cChainParams.current.collateralInSats) {
// The user needs more funds
Expand Down

0 comments on commit b012664

Please sign in to comment.