This commit is contained in:
parent
cc83c1318e
commit
03a4abbaa1
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -311,7 +311,6 @@ export function vpsReducer(vps: T.VPSelectionState, action: VpsReducerAction, se
|
||||||
throw new Error("unknown vpsReducer state");
|
throw new Error("unknown vpsReducer state");
|
||||||
}
|
}
|
||||||
const modified = doReduce();
|
const modified = doReduce();
|
||||||
console.log("called once");
|
|
||||||
const err = checkForMiniPronounsError(modified);
|
const err = checkForMiniPronounsError(modified);
|
||||||
if (err) {
|
if (err) {
|
||||||
if (sendAlert) sendAlert(err);
|
if (sendAlert) sendAlert(err);
|
||||||
|
|
Loading…
Reference in New Issue