Skip to content

Commit

Permalink
- remove component
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 6, 2024
1 parent 186fe5b commit 26bebd8
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@ const MonthSubRow = ({ data }) =>
</>
)

const Message = ({ date }) => {
return (
<>
We've reprocessed your submission with updated validation criteria, based
on system improvements, to improve accuracy of error reports. No changes
have been made to your original data submission.
<br />
<br />
Data was reprocessed on: {date}
</>
)
}

const CaseAggregatesRow = ({ file }) => {
const dispatch = useDispatch()
const reprocessedOn = formatDate(getReprocessedDate(file))
Expand Down

0 comments on commit 26bebd8

Please sign in to comment.