Skip to content

Commit

Permalink
fix: comment the appeal button
Browse files Browse the repository at this point in the history
  • Loading branch information
kstroobants committed Dec 30, 2024
1 parent 0038f74 commit 7a7c93e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/Simulator/TransactionItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function prettifyTxData(x: any): any {
"
/>

<TransactionStatusBadge
<!-- <TransactionStatusBadge
as="button"
@click.stop="handleSetTransactionAppeal"
:class="{ '!bg-green-500': isAppealed }"
Expand All @@ -170,7 +170,7 @@ function prettifyTxData(x: any): any {
APPEAL
<GavelIcon class="h-3 w-3" />
</div>
</TransactionStatusBadge>
</TransactionStatusBadge> -->

<TransactionStatusBadge
:class="[
Expand Down Expand Up @@ -233,7 +233,7 @@ function prettifyTxData(x: any): any {
>
{{ transaction.status }}
</TransactionStatusBadge>
<TransactionStatusBadge
<!-- <TransactionStatusBadge
as="button"
@click.stop="handleSetTransactionAppeal"
:class="{ '!bg-green-500': isAppealed }"
Expand All @@ -251,7 +251,7 @@ function prettifyTxData(x: any): any {
APPEAL
<GavelIcon class="h-3 w-3" />
</div>
</TransactionStatusBadge>
</TransactionStatusBadge> -->

Check warning on line 254 in frontend/src/components/Simulator/TransactionItem.vue

View check run for this annotation

Codecov / codecov/patch

frontend/src/components/Simulator/TransactionItem.vue#L236-L254

Added lines #L236 - L254 were not covered by tests
</p>
</div>

Expand Down

0 comments on commit 7a7c93e

Please sign in to comment.