organism-react-ajax
Advanced tools
Comparing version 0.17.6 to 0.17.7
@@ -53,3 +53,4 @@ "use strict"; | ||
component = _props$component === void 0 ? "a" : _props$component, | ||
propsHref = props.href, | ||
_props$href = props.href, | ||
propsHref = _props$href === void 0 ? "#" : _props$href, | ||
ajax = props.ajax, | ||
@@ -56,0 +57,0 @@ target = props.target, |
{ | ||
"version": "0.17.6", | ||
"version": "0.17.7", | ||
"name": "organism-react-ajax", | ||
@@ -4,0 +4,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82250
2542