diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:28 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:28 +0100 |
| commit | c909aa9a9d2547d1b5366ed99962a0e97ba4becc (patch) | |
| tree | 33b8d3d2662d4a6f79630e4383e2ff989c56fb37 /frontend/src/components/Summary.tsx | |
| parent | frontend: random css stuff (diff) | |
| parent | backend: order map routes (diff) | |
| download | lphub-c909aa9a9d2547d1b5366ed99962a0e97ba4becc.tar.gz lphub-c909aa9a9d2547d1b5366ed99962a0e97ba4becc.tar.bz2 lphub-c909aa9a9d2547d1b5366ed99962a0e97ba4becc.zip | |
Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into typescript
Diffstat (limited to 'frontend/src/components/Summary.tsx')
| -rw-r--r-- | frontend/src/components/Summary.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Summary.tsx b/frontend/src/components/Summary.tsx index aa351da..23da82c 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 | }, [selectedCategory]); | 60 | }, []); |
| 61 | 61 | ||
| 62 | return ( | 62 | return ( |
| 63 | <> | 63 | <> |