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 -->
|
<!-- show the full list when expanded -->
|
||||||
<div v-if="totalsExpanded">
|
<div v-if="totalsExpanded">
|
||||||
<div
|
<div
|
||||||
v-for="(total, index) in givesTotalsByUnit"
|
v-for="total in givesTotalsByUnit"
|
||||||
:key="total.unit"
|
:key="total.unit"
|
||||||
class="ml-2"
|
class="ml-2"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user