diff --git a/app/src/molecules/InterventionModal/index.tsx b/app/src/molecules/InterventionModal/index.tsx index d0f60416b20..f43ce12b16c 100644 --- a/app/src/molecules/InterventionModal/index.tsx +++ b/app/src/molecules/InterventionModal/index.tsx @@ -96,7 +96,7 @@ export interface InterventionModalProps { /** modal contents */ children: React.ReactNode } -// TOME: Do ODD test styling and mocking! + export function InterventionModal(props: InterventionModalProps): JSX.Element { const modalType = props.type ?? 'intervention-required' const headerColor =