chore: fix construct use type mixup (#3487)
This commit is contained in:
parent
b94611340a
commit
ded2b35c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue