From 1772317aa39d73cd7cc1d914c6d86156296d4660 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 9 May 2019 16:09:34 -0400 Subject: [PATCH] Remove app props we never see provided --- src/App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.js b/src/App.js index d15b9be28..800a51b54 100644 --- a/src/App.js +++ b/src/App.js @@ -69,8 +69,6 @@ class App extends Component { // servers: PropTypes.object, oidc: PropTypes.array, - userManager: PropTypes.object, - location: PropTypes.object, whiteLabelling: PropTypes.object, }