diff --git a/package.json b/package.json index e2d7d09..eb9baa3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.1", - "@lingdocs/pashto-inflector": "^3.7.2", + "@lingdocs/pashto-inflector": "^3.7.3", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/components/VideoPlayer.tsx b/src/components/VideoPlayer.tsx index f052258..70e53da 100644 --- a/src/components/VideoPlayer.tsx +++ b/src/components/VideoPlayer.tsx @@ -24,7 +24,6 @@ function VideoPlayer(props: { url: string } | { src: string }) { onError={() => setErrored(true)} /> - } export default VideoPlayer; \ No newline at end of file