diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html
index 0eaf46dde..bdfd6a2d0 100644
--- a/src/app/pages/chat/chat.page.html
+++ b/src/app/pages/chat/chat.page.html
@@ -86,7 +86,7 @@
{{group.name.split('-').join(' ')}}
- {{group.lastMessage._updatedAt | date: 'HH:mm'}}
+ {{showDateDuration(group._updatedAt)}}
{{group.lastMessage.u.name}}: {{group.lastMessage.msg}}
diff --git a/src/app/shared/popover/request-options/request-options.page.ts b/src/app/shared/popover/request-options/request-options.page.ts
index 3cd00bfc5..074609703 100644
--- a/src/app/shared/popover/request-options/request-options.page.ts
+++ b/src/app/shared/popover/request-options/request-options.page.ts
@@ -22,8 +22,8 @@ export class RequestOptionsPage implements OnInit {
task:any;
fulltask: any;
profile:string;
- serialNumber : string
- showEnviarPendentes = false
+ serialNumber : string;
+ showEnviarPendentes = false;
constructor(
private popoverController: PopoverController,