From 8d649c48e8de51a524ee35972ba3b151267a652c Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Thu, 19 Aug 2021 07:24:06 +0000 Subject: [PATCH] Add Data retrieval for under construction message. --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 8f7fb69..5cacd25 100644 --- a/src/App.js +++ b/src/App.js @@ -884,7 +884,7 @@ function App() {

Under Construction


- {JSON.stringify(GetData("site_data")??"Loading...")}
+ {GetData("site_data")[0]?.data??"Loading..."}

Repo: github.com/sigonasr2/ngsplanner