Skip to content

Commit

Permalink
fix: wrongly resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu committed Apr 2, 2024
1 parent cd3c80c commit ee663c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/endpoints/SendTransaction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -603,15 +603,6 @@ const hasRemove = computed<boolean>(() => {
</button>
</div>
<div class="field">
<button
:class="`button is-primary is-rounded mt-4 ${
isPending ? 'is-loading' : ''
}`"
data-testid="estimate"
@click="estimate"
>
Estimate Gas
</button>
<button
:class="`button is-primary is-rounded mt-4 ${
isPending ? 'is-loading' : ''
Expand Down

0 comments on commit ee663c2

Please sign in to comment.