summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardCustomFields.js
diff options
context:
space:
mode:
authorIgnatz <computer-freak94@gmx.de>2018-05-18 11:13:01 +0200
committerIgnatz <computer-freak94@gmx.de>2018-05-18 11:13:01 +0200
commitef99e6a6b1cd8d55fdab9ff94e7bfc3d5c538b8f (patch)
tree41bec9d1c21da1b960cbc20c84275383d625fc20 /client/components/cards/cardCustomFields.js
parent3bf4f3ef40a50b2471d0a6a402c443760ce4427b (diff)
downloadwekan-ef99e6a6b1cd8d55fdab9ff94e7bfc3d5c538b8f.tar.gz
wekan-ef99e6a6b1cd8d55fdab9ff94e7bfc3d5c538b8f.tar.bz2
wekan-ef99e6a6b1cd8d55fdab9ff94e7bfc3d5c538b8f.zip
indend corrections
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',
});