Skip to content

Commit

Permalink
removed rocket.map in rocketlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Renfrew100 committed Aug 12, 2023
1 parent 9f58212 commit a967840
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/RocketList.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import "../styles/company.css"
const RocketList = ({rockets}) => {
return (
<div className="row">
{rockets.map(rocket => (
<RocketItem key={uuid()} companyName={rocket.companyName} rocketName={rocket.name} launchData={rocket.launches} rocketId={rocket.id} />
))}
</div>
)
}
Expand Down

0 comments on commit a967840

Please sign in to comment.