This commit is contained in:
Peter Maquiran
2023-05-26 10:08:35 +01:00
parent 483ce54ed9
commit 0b3ffa3ea7
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<div class="main-content height-100">
<div class="box-container d-flex mx-20" style="padding: 0px;overflow: hidden;">
<ion-progress-bar type="indeterminate" *ngIf="loadingAllTask"></ion-progress-bar>
<div class="px-20">
<div class="px-20 pb-20">
<p class="time ion-text-left ">{{customDate}}</p>
<div class="wrap d-flex float-left">
<div class="event-box pointer" (click)="goToAllTaskFilter('ForToDay')">
+1 -1
View File
@@ -127,7 +127,7 @@ export class AuthService {
}).catch((error) => {
console.error(SessionStore.user.ChatData, 'web socket login',error)
// console.error(SessionStore.user.ChatData, 'web socket login',error)
})
}