BP 827: removed validfrom and validto columns
diff --git a/src/app/reporting/components/dashboard/dashboard.component.html b/src/app/reporting/components/dashboard/dashboard.component.html
index 3159037..ff2f49d 100644
--- a/src/app/reporting/components/dashboard/dashboard.component.html
+++ b/src/app/reporting/components/dashboard/dashboard.component.html
@@ -156,8 +156,9 @@
               <td scope="row">{{groupUser.user?.businessContactData?.radiocomm}}</td>
               <td scope="row">{{row.privateDistance}}</td>
               <td scope="row">{{row.organisationDistance}}</td>
-              <td scope="row">{{(groupUser.user?.validFrom | date:'dd.MM.yy')}}</td>
-              <td scope="row">{{(groupUser.user?.validTo | date:'dd.MM.yy')}}</td>
+              <td scope="row"></td>
+              <td scope="row"></td>
+              <td scope="row"></td>
             </tr>
           </ng-container>
         </tbody>