Skip to content

Commit 3e217b5

Browse files
authored
fix: no-vios show notes
1 parent 4563d02 commit 3e217b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

react_main/src/components/RapSheet.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,16 @@ function VerdictDialog({
236236
<Typography variant="body2" color="textSecondary">
237237
This report was reviewed and dismissed with no violation found.
238238
</Typography>
239+
{report.finalRuling?.notes && (
240+
<Box sx={{ mt: 1.5 }}>
241+
<Typography variant="caption" color="textSecondary">
242+
Notes
243+
</Typography>
244+
<Typography variant="body2" sx={{ whiteSpace: "pre-wrap" }}>
245+
{report.finalRuling.notes}
246+
</Typography>
247+
</Box>
248+
)}
239249
</Box>
240250
</>
241251
)}

0 commit comments

Comments
 (0)