From fb7c8311e2eb952f77b1ec5ad1fd3645c4db8050 Mon Sep 17 00:00:00 2001 From: Nima Izadi Date: Mon, 3 May 2021 10:09:32 +0100 Subject: [PATCH] Fixed load more past conference button --- src/scenes/ConferenceList/ConferenceList.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scenes/ConferenceList/ConferenceList.tsx b/src/scenes/ConferenceList/ConferenceList.tsx index 560a5edc..04571e7b 100644 --- a/src/scenes/ConferenceList/ConferenceList.tsx +++ b/src/scenes/ConferenceList/ConferenceList.tsx @@ -154,7 +154,7 @@ const ConferenceListPage: React.FC = ({ } return filters - }, [showPast, online]) + }, [showPast, online, pastConferencePage]) const loadMore = () => { setHitsPerPage(hitsPerPage + 50) @@ -286,7 +286,6 @@ interface OnlineRefinementProps { onChange(arg: OnlineOptions): void } const OnlineRefinement = ({ value, onChange }: OnlineRefinementProps) => { - console.log(value) return (