Skip to content

Commit e2181dc

Browse files
committed
prettier
1 parent 37868f8 commit e2181dc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/StyledHr.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ type StyledHrProps = SpaceProps &
1515
React.HTMLProps<HTMLHRElement>;
1616

1717
// Props that should not be forwarded to the DOM
18-
const FILTERED_PROPS = new Set([
19-
'borderWidth',
20-
'borderStyle',
21-
'borderColor',
22-
'borderRadius',
23-
'boxShadow',
24-
]);
18+
const FILTERED_PROPS = new Set(['borderWidth', 'borderStyle', 'borderColor', 'borderRadius', 'boxShadow']);
2519

2620
/**
2721
* An horizontal line. Control the color and size using border properties.

0 commit comments

Comments
 (0)