diff --git a/src/components/dashboard/machinary-office/index.jsx b/src/components/dashboard/machinary-office/index.jsx index ca15b52..30415e4 100644 --- a/src/components/dashboard/machinary-office/index.jsx +++ b/src/components/dashboard/machinary-office/index.jsx @@ -115,6 +115,7 @@ function DashboardMachinaryOfficeComponent() { } > { const date = new Date(newValue); const formattedDate = moment(date) @@ -142,7 +143,11 @@ function DashboardMachinaryOfficeComponent() { onClick={() => { column.setFilterValue(null); }} - sx={{color: column.getFilterValue() ? "rgba(0, 0, 0, 0.54)" : "#bfbfbf"}} + sx={{ + color: column.getFilterValue() + ? "rgba(0, 0, 0, 0.54)" + : "#bfbfbf", + }} > diff --git a/src/components/dashboard/passenger-boss/index.jsx b/src/components/dashboard/passenger-boss/index.jsx index 2291f2c..a741312 100644 --- a/src/components/dashboard/passenger-boss/index.jsx +++ b/src/components/dashboard/passenger-boss/index.jsx @@ -116,6 +116,7 @@ function DashboardPassengerOfficeComponent() { } > { const date = new Date(newValue); const formattedDate = moment(date) diff --git a/src/components/dashboard/passenger-office/index.jsx b/src/components/dashboard/passenger-office/index.jsx index 7da8643..5401adc 100644 --- a/src/components/dashboard/passenger-office/index.jsx +++ b/src/components/dashboard/passenger-office/index.jsx @@ -117,6 +117,7 @@ function DashboardPassengerOfficeComponent() { } > { const date = new Date(newValue); const formattedDate = moment(date) diff --git a/src/components/dashboard/province-manager/index.jsx b/src/components/dashboard/province-manager/index.jsx index 52fd518..062e866 100644 --- a/src/components/dashboard/province-manager/index.jsx +++ b/src/components/dashboard/province-manager/index.jsx @@ -116,6 +116,7 @@ function DashboardProvinceManagerComponent() { } > { const date = new Date(newValue); const formattedDate = moment(date) diff --git a/src/components/dashboard/transportation-assistance/index.jsx b/src/components/dashboard/transportation-assistance/index.jsx index 869856f..fa6dbd9 100644 --- a/src/components/dashboard/transportation-assistance/index.jsx +++ b/src/components/dashboard/transportation-assistance/index.jsx @@ -116,6 +116,7 @@ function DashboardTransportationAssistanceComponent() { } > { const date = new Date(newValue); const formattedDate = moment(date)