aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages/StudyPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/StudyPage.tsx')
-rw-r--r--src/client/pages/StudyPage.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/pages/StudyPage.tsx b/src/client/pages/StudyPage.tsx
index dd82b27..9c79752 100644
--- a/src/client/pages/StudyPage.tsx
+++ b/src/client/pages/StudyPage.tsx
@@ -110,6 +110,7 @@ function StudySession({ deckId }: { deckId: string }) {
"2": 2,
"3": 3,
"4": 4,
+ " ": 3,
};
const rating = keyRatingMap[e.key];