Seanpacheco/pool-assistant-app

Remove key prop in accountListItem component

Closed this issue · 1 comments

Describe the bug
According to React docs, there is no need to specify a key prop in a list item component, rather the key can specified in the array when mapped.

Key prop removed from list item component