fix: timezone acces

This commit is contained in:
Nikola Ubavic 2022-03-17 23:06:09 +01:00
parent 6985c632cd
commit 5765f2ba2e

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} />