From 582bc4617677946a90bb7bf65ec015fbcd536f06 Mon Sep 17 00:00:00 2001 From: Rish Date: Tue, 14 Apr 2020 12:29:27 +0530 Subject: [PATCH] Removed unused name prop in App --- ghost/portal/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/App.js b/ghost/portal/src/App.js index 79f0aa4dc0..6e5a1a6a3e 100644 --- a/ghost/portal/src/App.js +++ b/ghost/portal/src/App.js @@ -5,7 +5,7 @@ import ParentContainer from './components/ParentContainer'; function App(props) { return (
- +
); }