Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-09-29 15:28:08 +01:00
12 changed files with 113 additions and 29 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ hideRefreshButton(){
this.chatService.getAllDirectMessages().subscribe(async (res:any)=>{
if(res != 200){
console.log(res.ims);
//console.log(res.ims);
this.userDirectMessages = res.ims.sort((a,b)=>{
var dateA = new Date(a._updatedAt).getTime();
var dateB = new Date(b._updatedAt).getTime();
@@ -18,7 +18,7 @@
Parecer
</ion-segment-button>
<ion-segment-button value="deferimento">
Defereimento
Deferimento
</ion-segment-button>
</ion-segment>
</ion-toolbar>