Browse Source

fix one more styling error

master
Trent Larson 2 weeks ago
parent
commit
b91f2a5df7
  1. 2
      src/views/ProjectViewView.vue

2
src/views/ProjectViewView.vue

@ -364,7 +364,7 @@
<!-- show the full list when expanded -->
<div v-if="totalsExpanded">
<div
v-for="(total, index) in givesTotalsByUnit"
v-for="total in givesTotalsByUnit"
:key="total.unit"
class="ml-2"
>

Loading…
Cancel
Save