mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed unused name prop in App
This commit is contained in:
parent
768af49ebd
commit
582bc46176
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue