Fix build

This commit is contained in:
garronej 2023-03-22 03:36:54 +01:00
parent c51fb29994
commit 6b031c709a
5 changed files with 9 additions and 8 deletions

View file

@ -45,6 +45,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
{realm.internationalizationEnabled && (assert(locale !== undefined), true) && locale.supported.length > 1 && (
<li>
<div className="kc-dropdown" id="kc-locale-dropdown">
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a href="#" id="kc-current-locale-link">
{labelBySupportedLanguageTag[currentLanguageTag]}
</a>