Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Nov 6, 2021
1 parent 4024416 commit 104ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ There are 2 ways to register:
return;
}
// Remove error msg
if (store.count >= 99 && store.errorMsg) {
if (store.count <= 99 && store.errorMsg) {
const [, setErrorMsg] = getStore.errorMsg();
setErrorMsg();
}
Expand Down

0 comments on commit 104ed8e

Please sign in to comment.