@mjhls/mjh-framework 1.0.863-author-details-v1 → 1.0.863-author-details-v2
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/cjs/View.js +1 -1
- package/dist/esm/View.js +1 -1
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -592,7 +592,7 @@ var Article = React.forwardRef(function (props, ref) {
|
|
|
592
592
|
drupalLeadSettings = props.drupalLeadSettings,
|
|
593
593
|
currentPage = props.currentPage,
|
|
594
594
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
595
|
-
showAuthorDetails = _props$showAuthorDeta === undefined ?
|
|
595
|
+
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
596
596
|
_props$article = props.article,
|
|
597
597
|
title = _props$article.title,
|
|
598
598
|
_props$article$passwo = _props$article.passwordLock,
|
package/dist/esm/View.js
CHANGED
|
@@ -582,7 +582,7 @@ var Article = forwardRef(function (props, ref) {
|
|
|
582
582
|
drupalLeadSettings = props.drupalLeadSettings,
|
|
583
583
|
currentPage = props.currentPage,
|
|
584
584
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
585
|
-
showAuthorDetails = _props$showAuthorDeta === undefined ?
|
|
585
|
+
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
586
586
|
_props$article = props.article,
|
|
587
587
|
title = _props$article.title,
|
|
588
588
|
_props$article$passwo = _props$article.passwordLock,
|