Remove todo not covered in this PR

This commit is contained in:
Eric Bailey
2025-02-26 12:58:59 -06:00
parent 402a1bf742
commit 82b437a953
@@ -64,6 +64,4 @@ export type ParsedReportSubject =
export type ReportDialogProps = {
control: Dialog.DialogOuterProps['control']
subject: ParsedReportSubject
// TODO handle convo report navigation
onFinishReport?: () => void
}