Skip to content

Commit 56e2e68

Browse files
authored
Fix syntax error
1 parent 3551e09 commit 56e2e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-system-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const utilityComponents = new Set(['Box', 'Text'])
1414
const excludedComponentProps = new Map([
1515
['AnchoredOverlay', new Set(['width', 'height'])],
1616
['Dialog', new Set(['width', 'height'])],
17-
['PageLayout', new Set(['padding'])]
17+
['PageLayout', new Set(['padding'])],
1818
['ProgressBar', new Set(['bg'])],
1919
['PointerBox', new Set(['bg'])]
2020
])

0 commit comments

Comments
 (0)