forked from trent_larson/crowd-funder-for-time-pwa
fix linting
This commit is contained in:
@@ -151,9 +151,7 @@
|
|||||||
<span v-else-if="totalConfirmers() === 1">
|
<span v-else-if="totalConfirmers() === 1">
|
||||||
One person confirmed this.
|
One person confirmed this.
|
||||||
</span>
|
</span>
|
||||||
<span v-else>
|
<span v-else> {{ totalConfirmers() }} people confirmed this. </span>
|
||||||
{{ totalConfirmers() }} people confirmed this.
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<div v-if="totalConfirmers() > 0">
|
<div v-if="totalConfirmers() > 0">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user