Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
ldscavo committed Oct 6, 2024
1 parent 9c9c199 commit 15b20ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/budgetDetailsV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<div class="fixed-grid has-5-cols">
<div class="grid is-gap-0">
<div class="cell"><strong>Budgeted</strong></div>
<div class="cell is-row-span-2 symbol">+</div>
<div class="cell is-row-span-2 symbol">-</div>
<div class="cell"><strong>Spent</strong></div>
<div class="cell is-row-span-2 symbol">=</div>
<div class="cell"><strong>Remaining</strong></div>
<div class="cell">{{ totalAllocated() | currency }}</div>

<div class="cell">{{ totalSpent() | currency }}</div>
<div class="cell">{{ remainingBalance() | currency }}</div>
</div>
Expand Down

0 comments on commit 15b20ac

Please sign in to comment.