From e0448af77f671e4b065af0befe6dc1499f2c40a4 Mon Sep 17 00:00:00 2001 From: dudleycu Date: Thu, 12 Aug 2021 21:05:10 +0900 Subject: [PATCH] Started working on class skill tree but then sig said he'd do it smh --- src/TestPanel.js | 83 ++++++++++++++++++++++++++++++++++++------------ src/style.css | 22 +++++++++++-- 2 files changed, 82 insertions(+), 23 deletions(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index 2ffa068..eef01f7 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -71,7 +71,7 @@ function PageControl(p) { pages.push() } if (p.children!==undefined) { - pages.push(
  • {p.children}
  • ) + pages.push(
  • {p.children}
  • ) } //console.log(JSON.stringify(p.children)) return pages.length>0&&