@nuskin/nextgen-header 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102312,7 +102312,7 @@ function renderPanel(activeTab) {
102312
102312
  if (!(activeTab !== null && activeTab !== void 0 && activeTab.data)) return null;
102313
102313
 
102314
102314
  // replace with actual child components
102315
- return "TODO: Not Found child components (Demo Purposes) " + "".concat(JSON.stringify(activeTab.label));
102315
+ return "Child components not found for " + "".concat(JSON.stringify(activeTab.label));
102316
102316
  }
102317
102317
  function renderChildPanel(variant) {
102318
102318
  renderPanel.displayName = "renderChildPanel(".concat(variant, ")");