changeset 3287:80ed54cd4210

client: diagram-template: (minor) fix rendering of user
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 16 May 2019 12:30:58 +0200
parents e640f51b5a4e
children c2d753ef5aa1
files client/src/components/fairway/AvailableFairwayDepth.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepth.vue	Thu May 16 11:53:44 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepth.vue	Thu May 16 12:30:58 2019 +0200
@@ -177,6 +177,7 @@
       "frequency",
       "legend"
     ]),
+    ...mapState("user", ["user"]),
     fromDate() {
       return this.from;
     },