From 22f6b0e155453075f50548ea789050d788721ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 8 Feb 2021 14:59:57 +0100 Subject: [PATCH] =?UTF-8?q?unng=C3=A5=20"undefined"=20som=20m=C3=A5lform-e?= =?UTF-8?q?tikett?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index fa397095..b8d9d3db 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -47,7 +47,7 @@ export default { return { 'bob': 'BOKMÃ…L', 'nob': 'NYNORSK' - }[this.dictionary] + }[this.dictionary] || '' }, group_list: function() { return helpers.group_list(this.lemmas) -- GitLab