@mjhls/mjh-framework 1.0.180 → 1.0.181

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/dist/index.js CHANGED
@@ -29478,7 +29478,7 @@ var RelatedTopicsDropdown = function RelatedTopicsDropdown(_ref) {
29478
29478
  subTaxonomies={props.subTaxonomies}
29479
29479
  />
29480
29480
  */
29481
- if (subTaxonomies.length === 0) {
29481
+ if (subTaxonomies.length === 0 && parentTaxonomy) {
29482
29482
  if (parentTaxonomy.identifier == exclude) {
29483
29483
  return '';
29484
29484
  }