From ee3434e57f660c0e5fc9fab4ef1b55befd53320d Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Wed, 30 Oct 2024 08:55:45 +0100 Subject: frontend: goofy ahh fix --- frontend/src/components/Summary.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/components/Summary.tsx') diff --git a/frontend/src/components/Summary.tsx b/frontend/src/components/Summary.tsx index aa351da..c9ef761 100644 --- a/frontend/src/components/Summary.tsx +++ b/frontend/src/components/Summary.tsx @@ -57,6 +57,8 @@ const Summary: React.FC = ({ selectedRun, setSelectedRun, data }) React.useEffect(() => { _select_run(0, selectedCategory); + _select_run(1, selectedCategory); + _select_run(0, selectedCategory); }, [selectedCategory]); return ( -- cgit v1.2.3