Merge pull request #1166 from ubavic/timezone-fix

fix: timezone acces
This commit is contained in:
Rafael Taranto 2022-03-18 15:27:18 +00:00 committed by GitHub
commit ddf561c43d

View file

@ -206,7 +206,7 @@ const SystemPerformance = () => {
<Label2 noMargin>Transactions</Label2> <Label2 noMargin>Transactions</Label2>
<div className={classes.labelWrapper}> <div className={classes.labelWrapper}>
<P noMargin> <P noMargin>
{timezones[timezone].short ?? timezones[timezone].long}{' '} {timezones[timezone]?.short ?? timezones[timezone]?.long}{' '}
timezone timezone
</P> </P>
<span className={classes.verticalLine} /> <span className={classes.verticalLine} />