mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 04:43:12 +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) {
|
function App(props) {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<ParentContainer name="MembersJS" data={props.data} />
|
<ParentContainer data={props.data} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user