Skip to content

Commit 93e4503

Browse files
limatgansoliviertassinari
authored andcommitted
[docs] removed trailing spaces
1 parent 0c91212 commit 93e4503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/customization/components/DynamicClassName.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function DynamicClassName() {
2626
const [color, setColor] = React.useState('default');
2727

2828
const handleChange = (event: React.ChangeEvent<HTMLInputElement>) => {
29-
setColor(event.target.checked ? 'blue' : 'default');
29+
setColor(event.target.checked ? 'blue' : 'default');
3030
};
3131

3232
return (

0 commit comments

Comments
 (0)