chore: Linter warnings
This commit is contained in:
parent
59708f534d
commit
1bd908d2c0
12 changed files with 10 additions and 20 deletions
|
@ -32,7 +32,7 @@ export const LabSample = ({ gist, draft, updateGist, unsetGist, showInfo, app, f
|
|||
<>
|
||||
<h2>{title}</h2>
|
||||
{!patternProps || errors.length > 0 ? (
|
||||
<Error {...{ draft, patternProps, updateGist }} />
|
||||
<Error {...{ draft, patternProps, updateGist, errors }} />
|
||||
) : null}
|
||||
<SvgWrapper
|
||||
{...{ draft, patternProps, gist, updateGist, unsetGist, showInfo, app, feedback }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue