From 1e78a851c68df91de19ef4ac1ca485233e4f2025 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 15 Jun 2022 16:46:09 +0200 Subject: [PATCH] feat(ui) - assist filters wip --- .../app/components/shared/LiveSessionList/LiveSessionList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx index 606bb54c2..d44dbe2be 100644 --- a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx +++ b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx @@ -7,11 +7,11 @@ import SessionItem from 'Shared/SessionItem'; import withPermissions from 'HOCs/withPermissions' import { KEYS } from 'Types/filter/customFilter'; import { applyFilter, addAttribute } from 'Duck/filters'; -import { FilterCategory, FilterKey } from 'App/types/filter/filterType'; +import { FilterKey } from 'App/types/filter/filterType'; import { addFilterByKeyAndValue, updateCurrentPage, updateSort } from 'Duck/liveSearch'; import Select from 'Shared/Select'; import SortOrderButton from 'Shared/SortOrderButton'; -import { capitalize, sliceListPerPage } from 'App/utils'; +import { capitalize } from 'App/utils'; import LiveSessionReloadButton from 'Shared/LiveSessionReloadButton'; const AUTOREFRESH_INTERVAL = .5 * 60 * 1000