We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6393202 commit ddf602dCopy full SHA for ddf602d
src/components/QuestionBankItem.tsx
@@ -31,7 +31,7 @@ const QuestionBankItem: FC<QuestionBankItemProps> = ({ id, data, progress, curre
31
if (!authentication.currentUser || !authentication.currentUser.uid)
32
return;
33
34
- if (!id || !progress || progress === 'neutral')
+ if (!id || progress === 'neutral')
35
36
37
_setProgress(next);
0 commit comments