@nuskin/nextgen-header 1.4.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.
package/package-dist/index.js
CHANGED
|
@@ -102704,7 +102704,7 @@ function renderPanel(activeTab) {
|
|
|
102704
102704
|
if (!(activeTab !== null && activeTab !== void 0 && activeTab.data)) return null;
|
|
102705
102705
|
|
|
102706
102706
|
// replace with actual child components
|
|
102707
|
-
return "
|
|
102707
|
+
return "Child components not found for " + "".concat(JSON.stringify(activeTab.label));
|
|
102708
102708
|
}
|
|
102709
102709
|
function renderChildPanel(variant) {
|
|
102710
102710
|
renderPanel.displayName = "renderChildPanel(".concat(variant, ")");
|