diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-30 11:58:15 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-30 11:58:26 +0300 |
| commit | a62a768950cc74960af60b554669a67f91344c67 (patch) | |
| tree | df77a8616d96c3fe6515d5587f26ce79516c53dd /frontend/src/components/Summary.tsx | |
| parent | frontend: maplist chapter param fix (diff) | |
| download | lphub-a62a768950cc74960af60b554669a67f91344c67.tar.gz lphub-a62a768950cc74960af60b554669a67f91344c67.tar.bz2 lphub-a62a768950cc74960af60b554669a67f91344c67.zip | |
frontend: revert map index
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 | <> |