From 813c058a9a805bc2f63586e50c5b949d33406654 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 30 Dec 2020 19:56:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8B=20sample=20user=20info=20usage=20o?= =?UTF-8?q?n=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #8 --- src/components/Dashboard.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index 0223a6a6..02fb357a 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -14,6 +14,7 @@ import Tags from "./Tags.svelte"; import Badges from "./Badges.svelte"; import Avatars from "./Avatars.svelte"; +import store from "../store"; let activePage = "dashboard"; let dropdown1 = false; @@ -267,7 +268,7 @@

- Dashboard - hello there 👋 + Dashboard - hello there, {store.state.jwtinfo.userdetails.firstname} 👋