Skip to content

Commit

Permalink
fix: button in TransactionStatus component now works
Browse files Browse the repository at this point in the history
  • Loading branch information
mds1 committed Sep 2, 2021
1 parent b69c677 commit 232adbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/TransactionStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
<button
v-if="label"
@click="action ? action : () => ({})"
@click="action ? action() : () => ({})"
class="btn"
:class="{ disabled: status === 'pending' }"
:disabled="status === 'pending'"
Expand Down

0 comments on commit 232adbb

Please sign in to comment.