mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Added missing comma.
This commit is contained in:
@@ -26,7 +26,12 @@
|
|||||||
.svg-icon(v-html="icons.calendarIcon")
|
.svg-icon(v-html="icons.calendarIcon")
|
||||||
strong.mx-1 {{ $t('endDate')}}:
|
strong.mx-1 {{ $t('endDate')}}:
|
||||||
span {{challenge.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}}
|
.challenge-description {{challenge.summary}}
|
||||||
.well-wrapper(v-if="fullLayout")
|
.well-wrapper(v-if="fullLayout")
|
||||||
.well
|
.well
|
||||||
|
|||||||
Reference in New Issue
Block a user