diff options
Diffstat (limited to 'frontend/src/pages/User.tsx')
| -rw-r--r-- | frontend/src/pages/User.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/User.tsx b/frontend/src/pages/User.tsx index 9f677ca..d5edb4c 100644 --- a/frontend/src/pages/User.tsx +++ b/frontend/src/pages/User.tsx | |||
| @@ -168,7 +168,7 @@ const User: React.FC<UserProps> = ({ token, profile, gameData }) => { | |||
| 168 | 168 | ||
| 169 | {game === "0" ? | 169 | {game === "0" ? |
| 170 | <select disabled> | 170 | <select disabled> |
| 171 | <option>All Scores</option> | 171 | <option>All Chapters</option> |
| 172 | </select> | 172 | </select> |
| 173 | : chapterData === null ? <select></select> : | 173 | : chapterData === null ? <select></select> : |
| 174 | 174 | ||