Skip to content
Snippets Groups Projects
Commit 22f6b0e1 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

unngå "undefined" som målform-etikett

parent f915d23a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment