Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Oct 21, 2024
1 parent 1418aed commit b987a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/features/InfoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ const ReportPictures = ({ statusMap }: { statusMap: Record<string, string> }) =>
}),
);

console.log(picturesQuery.results);

return (
<Flex direction="column" w="100%" my="40px">
<InputGroup>
Expand Down

0 comments on commit b987a1a

Please sign in to comment.