Skip to content

Commit e247b44

Browse files
authored
Remove semicolon in includesSystemProps function
1 parent e5e7118 commit e247b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Text/Text.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const TYPOGRAPHY_PROP_NAMES = new Set(Object.keys(TYPOGRAPHY))
6363

6464
const includesSystemProps = (props: StyledTextProps) => {
6565
if (props.sx) {
66-
return true;
66+
return true
6767
}
6868

6969
return Object.keys(props).some(prop => {

0 commit comments

Comments
 (0)