Skip to content

Commit

Permalink
Remove spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Sep 26, 2022
1 parent 1351180 commit 8d1f35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function TimeZone() {
return null;
}

const offsetSymbol = Number( gmtOffset ) >= 0 ? '+' : '';
const offsetSymbol = Number(gmtOffset) >= 0 ? '+' : '';
const zoneAbbr =
'' !== timezoneAbbr && Number.isNaN(Number(timezoneAbbr))
? timezoneAbbr
Expand Down

0 comments on commit 8d1f35e

Please sign in to comment.