@mjhls/mjh-framework 1.0.500 → 1.0.501

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.500
2
+ # mjh-framework v. 1.0.501
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -85,10 +85,10 @@ var IssueLanding = function IssueLanding(props) {
85
85
  'div',
86
86
  { id: 'issueLanding' },
87
87
  React__default.createElement(Breadcrumbs, null),
88
- pubIssue.issue.displayLabel && React__default.createElement(
88
+ pubIssue.issue.source && React__default.createElement(
89
89
  'p',
90
90
  { className: 'badge badge-primary' },
91
- pubIssue.issue.name
91
+ pubIssue.issue.source
92
92
  ),
93
93
  React__default.createElement(QueueDeckExpanded, {
94
94
  client: client,
@@ -80,10 +80,10 @@ var IssueLanding = function IssueLanding(props) {
80
80
  'div',
81
81
  { id: 'issueLanding' },
82
82
  React__default.createElement(Breadcrumbs, null),
83
- pubIssue.issue.displayLabel && React__default.createElement(
83
+ pubIssue.issue.source && React__default.createElement(
84
84
  'p',
85
85
  { className: 'badge badge-primary' },
86
- pubIssue.issue.name
86
+ pubIssue.issue.source
87
87
  ),
88
88
  React__default.createElement(QueueDeckExpanded, {
89
89
  client: client,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.500",
3
+ "version": "1.0.501",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",