oops
This commit is contained in:
parent
37dbea50b5
commit
e7e1ed95c3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "1.9.2",
|
||||
"version": "1.9.3",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -156,6 +156,7 @@ export function VPExplorer(props: {
|
|||
setCurrentCorrectEmoji(randFromArray(correctEmoji));
|
||||
}, checkDuration * 2);
|
||||
} else {
|
||||
navigator.vibrate(250);
|
||||
setQuizState({
|
||||
...quizState,
|
||||
result: "fail",
|
||||
|
|
Loading…
Reference in New Issue