Our selected Request is passed through props, the prop name is now changed from display to selectedRequest.
This commit is contained in:
@@ -35,7 +35,7 @@ class AdminRequestInfo extends Component {
|
|||||||
minHeight: '450px',
|
minHeight: '450px',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const request = this.props.display;
|
const request = this.props.selectedRequest;
|
||||||
|
|
||||||
if (request) {
|
if (request) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user