@thecb/components 12.0.2-beta.1 → 12.0.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
|
@@ -45956,7 +45956,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
45956
45956
|
}
|
|
45957
45957
|
return /*#__PURE__*/React__default.createElement(InternalLink, {
|
|
45958
45958
|
key: "link-card-".concat(locatorSlug),
|
|
45959
|
-
to: disabled ?
|
|
45959
|
+
to: disabled ? undefined : href,
|
|
45960
45960
|
isUnderlined: false,
|
|
45961
45961
|
hoverUnderline: false,
|
|
45962
45962
|
tabIndex: disabled ? "-1" : "0",
|