Skip to content

Commit

Permalink
Update SeenBirds.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tzits authored Jan 6, 2023
1 parent 4269999 commit d13c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SeenBirds.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BirdCard from './BirdCard'
const SeenBirds = ({data}) => {

return (
<FlatList style={styles.container}
<FlatList
data={data}
renderItem={({item}) => <BirdCard sighting={item} />}
keyExtractor={(data) => data.time}
Expand Down

0 comments on commit d13c0a0

Please sign in to comment.