diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 09:18:33 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 09:18:33 +0100 |
| commit | 974d7163ec89bfbf5e46c522058e5649e4deba65 (patch) | |
| tree | ce2b1ecd1dbd86d3ac76e348234283207aff4549 /frontend/src/components/Summary.tsx | |
| parent | frontend: goofy ahh fix (diff) | |
| download | lphub-974d7163ec89bfbf5e46c522058e5649e4deba65.tar.gz lphub-974d7163ec89bfbf5e46c522058e5649e4deba65.tar.bz2 lphub-974d7163ec89bfbf5e46c522058e5649e4deba65.zip | |
frontend: revert
Diffstat (limited to 'frontend/src/components/Summary.tsx')
| -rw-r--r-- | frontend/src/components/Summary.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/components/Summary.tsx b/frontend/src/components/Summary.tsx index c9ef761..aa351da 100644 --- a/frontend/src/components/Summary.tsx +++ b/frontend/src/components/Summary.tsx | |||
| @@ -57,8 +57,6 @@ 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); | ||
| 62 | }, [selectedCategory]); | 60 | }, [selectedCategory]); |
| 63 | 61 | ||
| 64 | return ( | 62 | return ( |