mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +00:00
fix profiles bug in production by removing misplaced comment
This commit is contained in:
parent
309ee76a32
commit
3c00f9e999
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ const Developers: FC<IProps> = ({developers}) => (
|
|||
/>
|
||||
<div className="profiles">
|
||||
{developers?.map(dev => (
|
||||
// use spread operator to pass props
|
||||
<DevProfile key={dev.id} {...dev} />
|
||||
))}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue