Fix react warnings (#317)

* Remove unused imports

* Fix === warnings

* Remove unnecessary escape character

* Add alt text for images

* Add missing alt text

* Remove unused variable

* Change scrubber buttons from anchors

* Change folder select anchor to button

* Replace anchors with buttons

* Add missing useEffect dependencies

* Refactor filter debounce

* Throw error object

* Update dependencies

* Fix === warning
This commit is contained in:
WithoutPants
2020-01-17 05:36:38 +11:00
committed by Leopere
parent cf96cae4c8
commit 66b4f6db4f
46 changed files with 132 additions and 178 deletions

View File

@@ -1,4 +1,3 @@
import _ from "lodash";
import React, { FunctionComponent } from "react";
import { IBaseProps } from "../../models/base-props";
import { SceneList } from "./SceneList";