Closed kirkkwang closed 2 months ago
This commit will guard against rendering an empty breadcrumb element when there are no breadcrumbs to display. The check we are doing is to see if the html string has the breadcrumb-item class.
breadcrumb-item
Ref:
Before:
After:
This commit will guard against rendering an empty breadcrumb element when there are no breadcrumbs to display. The check we are doing is to see if the html string has the
breadcrumb-item
class.Ref:
Before:
After: