Skip to content

Commit

Permalink
Merge pull request #110 from sainingo/main
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
Rugute authored Jul 2, 2024
2 parents 42886ef + 73514e5 commit 235b0de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const ReportSummary: React.FC<any> = ({ rows = [] }) => {
const reportMappingEntry = reportMapping.find((entry) => entry.report_uuid === row.uuid);
return {
...row,
id: row.id,
id: row.log_id,
view: reportMappingEntry ? (
<button
className={styles.view_button}
Expand Down

0 comments on commit 235b0de

Please sign in to comment.