Skip to content

Commit

Permalink
fix: showing complete stats for completed expense inside expenses page
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehasish authored and Snehasish committed Dec 17, 2024
1 parent 160753f commit 8006627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
</div>

<div
*ngIf="isDraft && !isFromViewReports"
*ngIf="!isFromViewReports"
class="expenses-card--state-container state-pill state-{{ expense.state | expenseState }}"
>
<span>
Expand Down

0 comments on commit 8006627

Please sign in to comment.