Skip to content

Commit

Permalink
fix: undo temp-update to review button
Browse files Browse the repository at this point in the history
  • Loading branch information
koderholic committed Dec 5, 2022
1 parent 24b9086 commit e14d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Swap/Swap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
class="btn btn-primary btn-lg"
id="swap_review_button"
@click="review"
:disabled="false"
:disabled="!canSwap || cannotCoverNetworkFee"
>
{{
!canSwap || cannotCoverNetworkFee
Expand Down

0 comments on commit e14d914

Please sign in to comment.