1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2023-02-05 16:30:12 +01:00
parent 59708f534d
commit 1bd908d2c0
12 changed files with 10 additions and 20 deletions

View file

@ -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 }}