Skip to content

Commit

Permalink
Merge pull request #945 from liquality/fix-review-button
Browse files Browse the repository at this point in the history
fix: undo temp-update to review button
  • Loading branch information
bradleySuira authored Dec 5, 2022
2 parents 2c8c6cb + e14d914 commit 8066a29
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 8066a29

Please sign in to comment.