diff --git a/src/TestPanel.js b/src/TestPanel.js
index b6eab6e..37fe5a8 100644
--- a/src/TestPanel.js
+++ b/src/TestPanel.js
@@ -152,13 +152,13 @@ function SelectorWindow(p) {
}
- {p.filter&&{setFilter(f.currentTarget.value)}} />}
+ {p.filter?{setFilter(f.currentTarget.value)}} />:<>>}
}
- {itemList.filter((item)=>p.filterFunction(tabPage,item)).filter((item)=>p.searchFieldFunction(filter,item)).sort((a,b)=>p.sortOrderFunction(sortSelector,a,b)).map((item)=>p.displayFunction(item))}
+ {p.filter?itemList.filter((item)=>p.filterFunction(tabPage,item)).filter((item)=>p.searchFieldFunction(filter,item)).sort((a,b)=>p.sortOrderFunction(sortSelector,a,b)).map((item)=>p.displayFunction(item)):itemList.map((item)=>p.displayFunction(item))}
{p.children}
@@ -244,7 +244,6 @@ useEffect(()=>{
Basic Information
-
@@ -518,7 +517,17 @@ AUGMENT
-ez pz
+ {
+ var mythraSux = p.GetData("class")
+ return Object.keys(mythraSux)
+ }
+ }
+ displayFunction={(key) => {
+ return { setclassName(key); setClassSelectWindowOpen(false) }}> {p.GetData("class", key, "name")}
+ }}
+ />
+
{setClassSkillTreeWindowOpen(false)}} shouldFocusAfterRender={true} shouldCloseOnOverlayClick={true} shouldCloseOnEsc={true} className="modalSkillTree" overlayClassName="modalOverlaySkillTree">