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() {
- {JSON.stringify(GetData("site_data")??"Loading...")} + {GetData("site_data")[0]?.data??"Loading..."}
Repo: github.com/sigonasr2/ngsplanner