Skip to content

Commit 5351057

Browse files
authored
Update src/rules/no-system-props.js
1 parent c2a44f9 commit 5351057

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
@@ -18,7 +18,7 @@ const excludedComponentProps = new Map([
1818
['ProgressBar', new Set(['bg'])],
1919
['Spinner', new Set(['size'])],
2020
['StyledOcticon', new Set(['size'])],
21-
['PointerBox', new Set(['bg'])],
21+
['PointerBox', new Set(['bg'])]
2222
])
2323

2424
const alwaysExcludedProps = new Set(['variant'])

0 commit comments

Comments
 (0)