@local-civics/mgmt-ui 0.1.235 → 0.1.236

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.mjs CHANGED
@@ -603,8 +603,6 @@ const Badge = (props) => {
603
603
  iconAccent: "mint",
604
604
  imageURL: props.imageURL,
605
605
  onBackClick: props.onBackClick,
606
- onSecondaryClick: props.onPathwayClick,
607
- secondaryLabel: props.pathwayTitle ? "Go to Pathway" : void 0,
608
606
  breadcrumb: props.breadcrumb,
609
607
  title: props.displayName || "Badge",
610
608
  description: props.description,