Skip to content

Commit

Permalink
update report type to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
karla-vm committed Dec 2, 2024
1 parent 9bdeeec commit 6dc4cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ interface MobileDashboardTableProps {
const DateFields = ({ report, reportType }: DateFieldProps) => {
return (
<>
{reportType !== "MLR" && (
{reportType !== ReportType.MLR && (
<Box sx={sx.editDate}>
<Text sx={sx.label}>Due date</Text>
<Text>{convertDateUtcToEt(report.dueDate)}</Text>
Expand Down

0 comments on commit 6dc4cb6

Please sign in to comment.