Skip to content

Commit

Permalink
Merge pull request #5650 from molecula451/patch-4
Browse files Browse the repository at this point in the history
Fix for Admin Address Pull on Grant
  • Loading branch information
thelostone-mc authored Jan 3, 2020
2 parents edcad95 + 2100e5d commit cfe2ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/v2/js/grants/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ $(document).ready(function() {
setInterval (() => {
notifyOwnerAddressMismatch(
$('#grant-admin').text(),
$('#grant_contract_owner_address').text(),
$('#contract_owner_address').text(),
'#cancel_grant',
'Looks like your grant has been created with ' +
$('#grant_contract_owner_address').text() + '. Switch to take action on your grant.'
'Looks like your grant has been created with ' +
$('#contract_owner_address').text() + '. Switch to take action on your grant.'
);

if ($('#cancel_grant').attr('disabled')) {
Expand Down

0 comments on commit cfe2ba7

Please sign in to comment.