@mjhls/mjh-framework 1.0.572 → 1.0.573

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.572
2
+ # mjh-framework v. 1.0.573
3
3
 
4
4
  > Foundation Framework
5
5
 
package/dist/cjs/View.js CHANGED
@@ -899,13 +899,14 @@ var Article = function Article(props) {
899
899
  React__default['default'].createElement(
900
900
  'noscript',
901
901
  null,
902
- props.infiniteScroll && props.article.relatedArticle && props.article.relatedArticle.url && props.article.relatedArticle.url.current && React__default['default'].createElement(
902
+ props.article.relatedArticle && props.article.relatedArticle.url && props.article.relatedArticle.url.current && React__default['default'].createElement(
903
903
  'div',
904
904
  { style: { textAlign: 'center' } },
905
905
  React__default['default'].createElement(
906
906
  'a',
907
907
  { href: '/view/' + props.article.relatedArticle.url.current },
908
- 'Related Article >>>'
908
+ 'Related Article ',
909
+ '>>>'
909
910
  )
910
911
  )
911
912
  )
package/dist/esm/View.js CHANGED
@@ -888,13 +888,14 @@ var Article = function Article(props) {
888
888
  React.createElement(
889
889
  'noscript',
890
890
  null,
891
- props.infiniteScroll && props.article.relatedArticle && props.article.relatedArticle.url && props.article.relatedArticle.url.current && React.createElement(
891
+ props.article.relatedArticle && props.article.relatedArticle.url && props.article.relatedArticle.url.current && React.createElement(
892
892
  'div',
893
893
  { style: { textAlign: 'center' } },
894
894
  React.createElement(
895
895
  'a',
896
896
  { href: '/view/' + props.article.relatedArticle.url.current },
897
- 'Related Article >>>'
897
+ 'Related Article ',
898
+ '>>>'
898
899
  )
899
900
  )
900
901
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.572",
3
+ "version": "1.0.573",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",