aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Profile.tsx
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-19 20:17:10 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-19 20:17:10 +0300
commitc85976207adf31165a5cb9478bf375960ed910a8 (patch)
tree78903c4e8703f8a5ac4da09d6de2dac892b667cb /frontend/src/pages/Profile.tsx
parentfrontend: mix user page links, delete icon (diff)
downloadlphub-c85976207adf31165a5cb9478bf375960ed910a8.tar.gz
lphub-c85976207adf31165a5cb9478bf375960ed910a8.tar.bz2
lphub-c85976207adf31165a5cb9478bf375960ed910a8.zip
frontend: rename all chapters
Diffstat (limited to 'frontend/src/pages/Profile.tsx')
-rw-r--r--frontend/src/pages/Profile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx
index 6bd4cf4..09033a5 100644
--- a/frontend/src/pages/Profile.tsx
+++ b/frontend/src/pages/Profile.tsx
@@ -185,7 +185,7 @@ const Profile: React.FC<ProfileProps> = ({ profile, token, gameData, onDeleteRec
185 185
186 {game === "0" ? 186 {game === "0" ?
187 <select disabled> 187 <select disabled>
188 <option>All Scores</option> 188 <option>All Chapters</option>
189 </select> 189 </select>
190 : chapterData === null ? <select></select> : 190 : chapterData === null ? <select></select> :
191 191