aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/Summary.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Summary.tsx b/frontend/src/components/Summary.tsx
index 23da82c..aa351da 100644
--- a/frontend/src/components/Summary.tsx
+++ b/frontend/src/components/Summary.tsx
@@ -57,7 +57,7 @@ const Summary: React.FC<SummaryProps> = ({ selectedRun, setSelectedRun, data })
57 57
58 React.useEffect(() => { 58 React.useEffect(() => {
59 _select_run(0, selectedCategory); 59 _select_run(0, selectedCategory);
60 }, []); 60 }, [selectedCategory]);
61 61
62 return ( 62 return (
63 <> 63 <>