@plusscommunities/pluss-maintenance-app 1.0.12 → 1.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-app",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "author": "Phillip Suh",
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "@plusscommunities/pluss-core-app": "^1.1.5",
16
+ "@plusscommunities/pluss-core-app": "1.3.0",
17
17
  "axios": "^0.16.2",
18
18
  "lodash": "^4.17.4",
19
19
  "moment": "^2.18.1",
@@ -431,7 +431,6 @@ class RequestDetail extends Component {
431
431
  scrollView={this.scrollView}
432
432
  entityType="maintenancerequest"
433
433
  entityId={this.props.job.id}
434
- entityName={this.props.job.title}
435
434
  site={this.state.job.site || this.state.job.location}
436
435
  // noScroll={true}
437
436
  // style={{ position: 'absolute', bottom: 0, left: 0, right: 0 }}