diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 08:55:45 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 08:55:45 +0100 |
| commit | ee3434e57f660c0e5fc9fab4ef1b55befd53320d (patch) | |
| tree | be92adc6905bb1860e7b29b57f3b223a7122596f /frontend/src/components/Summary.tsx | |
| parent | frontend: guys why does it do that (diff) | |
| download | lphub-ee3434e57f660c0e5fc9fab4ef1b55befd53320d.tar.gz lphub-ee3434e57f660c0e5fc9fab4ef1b55befd53320d.tar.bz2 lphub-ee3434e57f660c0e5fc9fab4ef1b55befd53320d.zip | |
frontend: goofy ahh fix
Diffstat (limited to 'frontend/src/components/Summary.tsx')
| -rw-r--r-- | frontend/src/components/Summary.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
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<SummaryProps> = ({ selectedRun, setSelectedRun, data }) | |||
| 57 | 57 | ||
| 58 | React.useEffect(() => { | 58 | React.useEffect(() => { |
| 59 | _select_run(0, selectedCategory); | 59 | _select_run(0, selectedCategory); |
| 60 | _select_run(1, selectedCategory); | ||
| 61 | _select_run(0, selectedCategory); | ||
| 60 | }, [selectedCategory]); | 62 | }, [selectedCategory]); |
| 61 | 63 | ||
| 62 | return ( | 64 | return ( |