diff --git a/src/App/Components/SVG/SVGLayout.js b/src/App/Components/SVG/SVGLayout.js index 026fca8..bb2a581 100644 --- a/src/App/Components/SVG/SVGLayout.js +++ b/src/App/Components/SVG/SVGLayout.js @@ -13,7 +13,6 @@ function SVGLayout({observer, scale, children, marginRight, marginBottom}) { el.setAttribute('viewBox', '0 0 ' + width + ' ' + height) } }, - // eslint-disable-next-line react-hooks/exhaustive-deps [marginRight, marginBottom, scale, observer] ) return {children}