Skip to content

Commit b6aabf5

Browse files
authored
Fix tests
1 parent 11cfeb9 commit b6aabf5

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
['Avatar', new Set(['size'])],
17-
['CircleOcticon', new Set(['size'])]
17+
['CircleOcticon', new Set(['size'])],
1818
['Dialog', new Set(['width', 'height'])],
1919
['ProgressBar', new Set(['bg'])],
2020
['Spinner', new Set(['size'])],

0 commit comments

Comments
 (0)