From be539849d704a852657a3e44149223494bea2340 Mon Sep 17 00:00:00 2001 From: Agnieszka Gancarczyk Date: Mon, 5 Jul 2021 17:13:17 +0100 Subject: [PATCH] sessions: re-formatted code --- src/sessions/SessionsSection.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/sessions/SessionsSection.tsx b/src/sessions/SessionsSection.tsx index 42b8d272c0..107cf028fc 100644 --- a/src/sessions/SessionsSection.tsx +++ b/src/sessions/SessionsSection.tsx @@ -1,7 +1,12 @@ import React, { useState } from "react"; import { Link } from "react-router-dom"; import { useTranslation } from "react-i18next"; -import { PageSection, Select, SelectOption, SelectVariant } from "@patternfly/react-core"; +import { + PageSection, + Select, + SelectOption, + SelectVariant, +} from "@patternfly/react-core"; import moment from "moment"; import type UserSessionRepresentation from "keycloak-admin/lib/defs/userSessionRepresentation"; @@ -55,7 +60,7 @@ export const SessionsSection = () => { return userSessions; }; - + const options = [