Skip to content

Commit 2232f88

Browse files
committed
Code comment.
1 parent edde1bb commit 2232f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrene/src/components/TimeRangeSelector/TimeRangeNavigationBar/TimeRangeNavigationBar.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const TimeRangeNavigationBar = (props) => {
2727

2828
/* eslint-disable-next-line react/display-name */
2929
TimeRangeNavigationBar.renderCurrentTimeRange = (from, to, timezone) => {
30-
// TODO: replace Intl.DateTimeFormat by a formatter which is unified, meant not depending on user's setting.
30+
// TODO: replace Intl.DateTimeFormat by a formatter which is unified, means not depending on the user's settings.
3131
const locale = new Intl.DateTimeFormat('de', {
3232
timeZone: timezone, year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit',
3333
});

0 commit comments

Comments
 (0)