some lint fixes from after the mjs overhaul
This commit is contained in:
parent
7bfb630bb4
commit
0a07ca8de0
8 changed files with 41 additions and 38 deletions
|
@ -45,6 +45,8 @@ export const Svg = forwardRef(
|
|||
}
|
||||
)
|
||||
|
||||
Svg.displayName = 'Svg'
|
||||
|
||||
/* What's with all the wrapping?
|
||||
*
|
||||
* Glad you asked. The problem lies within the pan & zoom functionality
|
||||
|
@ -105,3 +107,5 @@ export const SvgWrapper = forwardRef((props, ref) => {
|
|||
</SizeMe>
|
||||
)
|
||||
})
|
||||
|
||||
SvgWrapper.displayName = 'SvgWrapper'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue