summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardCustomFields.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/cards/cardCustomFields.js')
-rw-r--r--client/components/cards/cardCustomFields.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/cards/cardCustomFields.js b/client/components/cards/cardCustomFields.js
index 019fcab5..aa50caec 100644
--- a/client/components/cards/cardCustomFields.js
+++ b/client/components/cards/cardCustomFields.js
@@ -95,9 +95,9 @@ CardCustomField.register('cardCustomField');
}
showDate() {
- // this will start working once mquandalle:moment
- // is updated to at least moment.js 2.10.5
- // until then, the date is displayed in the "L" format
+ // this will start working once mquandalle:moment
+ // is updated to at least moment.js 2.10.5
+ // until then, the date is displayed in the "L" format
return this.date.get().calendar(null, {
sameElse: 'llll',
});