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 (