diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt index c7c5764..302ddac 100644 --- a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt +++ b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/38969543_extrait-de-louis-sullivan-form-follow-function.-de-la-tour-de-bureaux-artistiquement-consideree.pdf.txt @@ -98,4 +98,33 @@ Comments: date: 2024-11-18T14:05:45+01:00 id: m3n1gupx type: comment + isRead: false +- + location: + page: + uri: > + projects/miss-dior-blooming-bouquet/client-brief + title: Brief client + href: > + /projects/miss-dior-blooming-bouquet?dialog=client-brief + project: + title: Miss Dior Blooming Bouquet + uri: projects/miss-dior-blooming-bouquet + file: + uuid: file://s0lNtRA0Z7ybTCWG + url: file://s0lNtRA0Z7ybTCWG + position: + pageIndex: 1 + x: '79.506443081734' + y: '74.131274131274' + replies: [ ] + text: test + author: + name: Adrien Payet + email: adrien.payet@outlook.com + uuid: user://WWjXgPWk + role: admin + date: 2024-11-20T08:49:31+01:00 + id: m3pl1vn7 + type: comment isRead: false \ No newline at end of file diff --git a/src/components/comments/Comment.vue b/src/components/comments/Comment.vue index 27d3493..1fd5aa8 100644 --- a/src/components/comments/Comment.vue +++ b/src/components/comments/Comment.vue @@ -92,7 +92,7 @@ function formatDate() { return "hier"; } - return dayjs(date).format("D MMM YY"); + return dayjs(comment.date).format("D MMM YY"); } function closeAddField() {