Skip to content

Commit

Permalink
Fix formatting that confuses Vetur
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed May 2, 2019
1 parent 5da2b9b commit ec2ff11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Catalog.vue
Expand Up @@ -131,12 +131,12 @@
<tr>
<th colspan="2">
<h3>
<template v-if="providers.length === 1"
>Provider</template
>
<template v-if="providers.length !== 1"
>Providers</template
>
<template v-if="providers.length === 1">
Provider
</template>
<template v-if="providers.length !== 1">
Providers
</template>
</h3>
</th>
</tr>
Expand Down

0 comments on commit ec2ff11

Please sign in to comment.