Further work on professional services page

This commit is contained in:
Pieter Vander Vennet 2021-11-30 21:29:17 +01:00
parent 9a20451e81
commit 5aeff895a9
5 changed files with 59 additions and 42 deletions

View file

@ -9,7 +9,7 @@ export default class LanguagePicker {
languages: string[],
label: string | BaseUIElement = "") {
if (languages.length <= 1) {
if (languages === undefined || languages.length <= 1) {
return undefined;
}