Remove unnecessary prop

This commit is contained in:
dan
2022-09-08 12:10:57 +01:00
committed by GitHub
parent 94606302fc
commit a54cbcbe48

View File

@@ -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} />