diff --git a/src/app/modals/profile/profile.page.html b/src/app/modals/profile/profile.page.html
index 0552d126c..e357617fb 100644
--- a/src/app/modals/profile/profile.page.html
+++ b/src/app/modals/profile/profile.page.html
@@ -30,16 +30,16 @@
-
{{notificationdata.length}] novas notificações
+
{{notificationdata.length}} novas notificações
-
{{ item.dateInit }}
{{item.dateInit}}
{{item.dateEnd}}
@@ -50,21 +50,6 @@
-
-
-
-

-
-
-
-
Relatório FMI
-
Luanda | Palácio Presidencial
-
-
-
diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts
index 01ec12877..2e9669a8d 100644
--- a/src/app/modals/profile/profile.page.ts
+++ b/src/app/modals/profile/profile.page.ts
@@ -21,8 +21,8 @@ export class ProfilePage implements OnInit {
loggeduser: User;
userLoginPreference = ''
- notificationdata:any[];
- DataArray: Array
= [];
+ notificationdata: any[];
+ DataArray: Array