Browse Source

fix linting

playwright-pwa-install-test
Trent Larson 4 weeks ago
parent
commit
8d0cc8e0d1
  1. 4
      src/views/ConfirmGiftView.vue

4
src/views/ConfirmGiftView.vue

@ -151,9 +151,7 @@
<span v-else-if="totalConfirmers() === 1">
One person confirmed this.
</span>
<span v-else>
{{ totalConfirmers() }} people confirmed this.
</span>
<span v-else> {{ totalConfirmers() }} people confirmed this. </span>
<div v-if="totalConfirmers() > 0">
<div

Loading…
Cancel
Save