Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DantSu committed Sep 26, 2024
1 parent cb4cca1 commit 244514a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App/Components/SVG/SVGLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <svg ref={callback}>{children}</svg>
Expand Down

0 comments on commit 244514a

Please sign in to comment.