Skip to content

Commit 7375683

Browse files
authored
Merge pull request #142 from AIRInstitute/develop
.
2 parents 70548f2 + 1a69442 commit 7375683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ia4birds-all/ai4birds-web/ai4birds-web-app-frontend/src/assets/components/card/CameraPanelCardTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const CustomCardCameraTable = ({ cameraPanelData, onDelete }) => {
143143
<TableColumn>Última Detección</TableColumn>
144144
</TableHeader>
145145
<TableBody>
146-
{speciesStats.map((item, index) => (
146+
{speciesStats.camera_statistics.map((item, index) => (
147147
<TableRow key={index}>
148148
<TableCell className="capitalize">{item.bird_name.replace(/_/g, " ")}</TableCell>
149149
<TableCell>

0 commit comments

Comments
 (0)