Skip to content

Commit 21ed71a

Browse files
committed
indents
1 parent 5dffc7f commit 21ed71a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Calendar/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ export default function Calendar() {
77
timezone: 'UTC',
88
});
99
useEffect(() => {
10-
const locale = Intl.DateTimeFormat().resolvedOptions().locale;
11-
const firstDay = (new Intl.Locale(locale)).weekInfo.firstDay + 1;
12-
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
13-
setState({firstDay: firstDay, timezone: timezone});
10+
const locale = Intl.DateTimeFormat().resolvedOptions().locale;
11+
const firstDay = (new Intl.Locale(locale)).weekInfo.firstDay + 1;
12+
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
13+
setState({firstDay: firstDay, timezone: timezone});
1414
})
1515
return (
1616
<iframe

0 commit comments

Comments
 (0)