Added missing comma.

This commit is contained in:
Marvin Rabe
2018-05-07 16:43:07 +02:00
parent 5f319ca4f6
commit 68526c07ae

View File

@@ -26,7 +26,12 @@
.svg-icon(v-html="icons.calendarIcon")
strong.mx-1 {{ $t('endDate')}}:
span {{challenge.endDate}}
category-tags.challenge-categories(:categories="challenge.categories", :owner="isOwner", :member="isMember" v-once)
category-tags.challenge-categories(
:categories="challenge.categories",
:owner="isOwner",
:member="isMember",
v-once
)
.challenge-description {{challenge.summary}}
.well-wrapper(v-if="fullLayout")
.well