diff --git a/src/pages/ViewReport/ViewReport.js b/src/pages/ViewReport/ViewReport.js
index 5fa137af..119b2dad 100644
--- a/src/pages/ViewReport/ViewReport.js
+++ b/src/pages/ViewReport/ViewReport.js
@@ -67,7 +67,6 @@ export const ViewReport = () => {
 
     function nextDay() {
         reportDay.setDate(reportDay.getDate() + 1);
-        getCreatedDate(reportDay)
         getReportFromDate(getCreatedDate(reportDay))
     }
 
@@ -102,7 +101,7 @@ export const ViewReport = () => {
                         
                     
                     
{getCreatedDate(reportDay)}
-