small fix that fixes the realm settings test (#974)
This commit is contained in:
parent
ed33242b34
commit
d15da05d54
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ export const RealmSettingsSection = () => {
|
|||
<TabTitleText>{t("realm-settings:sessions")}</TabTitleText>
|
||||
}
|
||||
>
|
||||
<RealmSettingsSessionsTab key={key} realm={realm} />
|
||||
{realm && <RealmSettingsSessionsTab key={key} realm={realm} />}
|
||||
</Tab>
|
||||
<Tab
|
||||
id="tokens"
|
||||
|
|
Loading…
Reference in a new issue