chore: Linter fixes
This commit is contained in:
parent
b1429a3704
commit
ef5e792d6b
40 changed files with 93 additions and 99 deletions
|
@ -2,7 +2,7 @@ import Part from './part'
|
|||
import { getProps } from './utils'
|
||||
|
||||
const Stack = props => {
|
||||
const { stackName, stack, patternProps, gist, app, updateGist, unsetGist, showInfo } = props
|
||||
const { stackName, stack, gist, app, updateGist, unsetGist, showInfo } = props
|
||||
|
||||
return (
|
||||
<g {...getProps(stack)} id={`stack-${stackName}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue