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 3, 2024
1 parent 9df8e42 commit ca4b7ed
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 @@ -600,15 +600,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 ca4b7ed

Please sign in to comment.