From 5765f2ba2e1f443253cdeb14eeda6f6a599f1445 Mon Sep 17 00:00:00 2001 From: Nikola Ubavic <53820106+ubavic@users.noreply.github.com> Date: Thu, 17 Mar 2022 23:06:09 +0100 Subject: [PATCH] fix: timezone acces --- .../src/pages/Dashboard/SystemPerformance/SystemPerformance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js b/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js index a3103524..8163c91c 100644 --- a/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js +++ b/new-lamassu-admin/src/pages/Dashboard/SystemPerformance/SystemPerformance.js @@ -206,7 +206,7 @@ const SystemPerformance = () => { Transactions

- {timezones[timezone].short ?? timezones[timezone].long}{' '} + {timezones[timezone]?.short ?? timezones[timezone]?.long}{' '} timezone