Skip to content

Commit

Permalink
remove TOME
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed May 29, 2024
1 parent 8d2489a commit e900cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/molecules/InterventionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e900cbd

Please sign in to comment.