Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 17, 2019
1 parent 87b2464 commit f56df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/pages/bounty_details.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ var isBountyOwner = function(result) {
if (typeof web3 == 'undefined') {
return false;
}
if (typeof web3.coinbase == 'undefined') {
if (typeof web3.eth == 'undefined') {
return false;
}
if (typeof web3.eth.coinbase == 'undefined' || !web3.eth.coinbase) {
Expand Down

0 comments on commit f56df6b

Please sign in to comment.