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&&