Skip to content

Commit

Permalink
updating eslint and lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Martskin committed Oct 14, 2019
1 parent 7606879 commit b8e2e92
Show file tree
Hide file tree
Showing 2 changed files with 2,300 additions and 1,750 deletions.
2 changes: 1 addition & 1 deletion src/components/boxModelVisualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function BoxModelVisualizer({ margin, border, padding, element }) {

useEffect(() => {
parseQueryString()
}, [])
}, []) // eslint-disable-line react-hooks/exhaustive-deps

function savePNG() {
const boxModel = document.getElementById("box-model")
Expand Down
Loading

0 comments on commit b8e2e92

Please sign in to comment.