From 244514aea1347d686b05a67effb3d1c6e0f1664e Mon Sep 17 00:00:00 2001 From: Franck Alary Date: Thu, 26 Sep 2024 11:38:29 +0200 Subject: [PATCH] rm comment --- src/App/Components/SVG/SVGLayout.js | 1 - 1 file changed, 1 deletion(-) 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}