Skip to content

Commit

Permalink
fix: comment out appeal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kstroobants committed Dec 30, 2024
1 parent 28c842c commit 09701ea
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 @@ -150,7 +150,7 @@ function prettifyTxData(x: any): any {
"
/>

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

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

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

View check run for this annotation

Codecov / codecov/patch

frontend/src/components/Simulator/TransactionItem.vue#L234-L252

Added lines #L234 - L252 were not covered by tests
</p>
</div>

Expand Down

0 comments on commit 09701ea

Please sign in to comment.