@ballistix.digital/react-components 9.8.1 → 9.8.2

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.esm.js CHANGED
@@ -4508,7 +4508,7 @@ const $fa0fc9b7e04a1799$var$Item = (props)=>{
4508
4508
  onClick(e);
4509
4509
  };
4510
4510
  if (href && LinkComponent) return (0, $4MPRY$jsxs)(LinkComponent, {
4511
- href: !isDisabled ? href : undefined,
4511
+ href: href,
4512
4512
  "aria-disabled": isDisabled,
4513
4513
  className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(styles.tab.base, isCurrent ? styles.tab.active : styles.tab.inactive, isLoading && 'opacity-30 text-gray-300! cursor-default!', isLoading && styles.tab.inactive, isDisabled && 'opacity-30 text-gray-300! cursor-not-allowed! pointer-events-none', isDisabled && styles.tab.inactive),
4514
4514
  onClick: handleClickLink,