chore: fix construct use type mixup (#3487)

This commit is contained in:
ggurdin 2025-07-16 14:07:58 -04:00 committed by GitHub
parent b94611340a
commit ded2b35c7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ enum ProgressIndicatorEnum {
switch (value) {
case 'vocab':
return ProgressIndicatorEnum.wordsUsed;
case 'morphs':
case 'morph':
return ProgressIndicatorEnum.morphsUsed;
case 'level':
return ProgressIndicatorEnum.level;