Client/admin page #44

Merged
KevinMidboe merged 4 commits from client/admin-page into master 2017-10-21 07:50:33 +00:00
Showing only changes of commit 277105e6df - Show all commits

View File

@@ -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 (