Skip to content

Commit

Permalink
https://sentry.io/organizations/gitcoin/issues/903411196/
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Mar 28, 2019
1 parent c638a2d commit 1104707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/v2/js/grants/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ $(document).ready(function() {
}

const listen_web3_1_changes = () => {
if (typeof web3 == 'undefined') {
return;
}
web3.eth.getCoinbase().then(function(result) {
show_error_banner(result);
if (result) {
Expand Down

0 comments on commit 1104707

Please sign in to comment.