diff --git a/src/pages/ViewReport/ViewReport.jsx b/src/pages/ViewReport/ViewReport.jsx index 224e0702..dde62a4b 100644 --- a/src/pages/ViewReport/ViewReport.jsx +++ b/src/pages/ViewReport/ViewReport.jsx @@ -135,15 +135,14 @@ export const ViewReport = () => {

{getCorrectDate(dateReport.id)}

-
nextDay()}> +
nextDay()} + className={`${ + getCreatedDate(currentDay) === dateReport.id ? "disable" : "" + }`} + > -
+
arrow