mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Removed unused name prop in App
This commit is contained in:
parent
768af49ebd
commit
582bc46176
@ -5,7 +5,7 @@ import ParentContainer from './components/ParentContainer';
|
||||
function App(props) {
|
||||
return (
|
||||
<div className="App">
|
||||
<ParentContainer name="MembersJS" data={props.data} />
|
||||
<ParentContainer data={props.data} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user