Skip to content

Commit

Permalink
added missing tag end point
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha766 committed Jun 21, 2022
1 parent 4459302 commit cb44d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/participant/ActionInputs/EthereumErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
</b-row>
</b-card-body>
</b-collapse>
Expand Down

0 comments on commit cb44d15

Please sign in to comment.