From 277105e6df1ce12104b1e18c0c1e1229b3696594 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 21 Oct 2017 09:45:46 +0200 Subject: [PATCH] Our selected Request is passed through props, the prop name is now changed from display to selectedRequest. --- client/app/components/admin/AdminRequestInfo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/admin/AdminRequestInfo.jsx b/client/app/components/admin/AdminRequestInfo.jsx index fa7c36e..dd508de 100644 --- a/client/app/components/admin/AdminRequestInfo.jsx +++ b/client/app/components/admin/AdminRequestInfo.jsx @@ -35,7 +35,7 @@ class AdminRequestInfo extends Component { minHeight: '450px', } } - const request = this.props.display; + const request = this.props.selectedRequest; if (request) { return (