This commit is contained in:
parent
908669546c
commit
974cee94be
|
@ -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",
|
||||
|
|
|
@ -24,7 +24,6 @@ function VideoPlayer(props: { url: string } | { src: string }) {
|
|||
onError={() => setErrored(true)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
}
|
||||
|
||||
export default VideoPlayer;
|
Loading…
Reference in New Issue