Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Dec 29, 2023
1 parent a3a65e5 commit 1213e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/TimeComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TimeLabel = ({
timeVal: Date | string;
fontSize?: number;
}) => {
const [timezone] = useLocalStorage('timezone-ui', 'UTC'); // ['UTC', 'Local', 'Relative'
const [timezone] = useLocalStorage('timezone-ui', 'UTC'); // ['UTC', 'Local', 'Relative']
const formattedTimestamp = (zone: string) => {
switch (zone) {
case 'Local':
Expand Down

0 comments on commit 1213e56

Please sign in to comment.