Extra fixes for the privacy page
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -97,11 +97,11 @@ import langs from "../../i18n/langs.json";
|
||||
query: LANGUAGES_CODES,
|
||||
variables() {
|
||||
return {
|
||||
codes: this.config.languages,
|
||||
codes: this?.config.languages,
|
||||
};
|
||||
},
|
||||
skip() {
|
||||
return !this.config || !this.config.languages;
|
||||
return !this.config || !this.config?.languages;
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user