Skip to content

Commit

Permalink
Fix UI quirk in transaction view (#452)
Browse files Browse the repository at this point in the history
* fix sidebar color inconsistent

* fix lint

* fixed inconsistent colors

* fix lint

* remove undefined active class
  • Loading branch information
munyanezaarmel authored Dec 23, 2024
1 parent fa63d9e commit 53cb612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/modules/Transactions/Transactions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@
</md-table-row>

<md-table-row
:class="transaction.status === 1 ? 'active' : 'danger'"
v-for="transaction in transactionService.list"
:key="transaction.id"
style="cursor: pointer"
Expand Down

0 comments on commit 53cb612

Please sign in to comment.