commit
ddf561c43d
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ const SystemPerformance = () => {
|
|||
<Label2 noMargin>Transactions</Label2>
|
||||
<div className={classes.labelWrapper}>
|
||||
<P noMargin>
|
||||
{timezones[timezone].short ?? timezones[timezone].long}{' '}
|
||||
{timezones[timezone]?.short ?? timezones[timezone]?.long}{' '}
|
||||
timezone
|
||||
</P>
|
||||
<span className={classes.verticalLine} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue