mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:25:20 +00:00
Remove unnecessary prop
This commit is contained in:
@@ -1051,7 +1051,7 @@ export default function App() {
|
||||
)
|
||||
}
|
||||
|
||||
function List({ imageSize }) {
|
||||
function List() {
|
||||
const listItems = places.map(place =>
|
||||
<li key={place.id}>
|
||||
<Place place={place} />
|
||||
|
||||
Reference in New Issue
Block a user