aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Profile.tsx
diff options
context:
space:
mode:
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