Skip to content

Commit

Permalink
Merge pull request #1438 from hypersign-protocol/v5.6.0
Browse files Browse the repository at this point in the history
V5.6.0
  • Loading branch information
Vishwas1 authored Jul 9, 2022
2 parents 7d5e856 + 0653ecd commit 5febb6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/participant/ActionInputs/ReefErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ export default {
Object.assign(this.value, { ...(this.data.value) });
}
eventBus.$on(`disableInput${this.data._id}`, this.disableInput);
this.checkWeb3Injection();
// TODO: need to check if this works
await this.checkWeb3Injection();
await this.invokeReef()
await this.fetchAccounts()
},
Expand Down

0 comments on commit 5febb6b

Please sign in to comment.