forked from trent_larson/crowd-funder-for-time-pwa
fix one more styling error
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user