commit
ddf561c43d
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue