+
@@ -131,7 +131,7 @@
-
+
Frequently Asked Questions
diff --git a/src/app/main/content/pages/pricing/style-2/style-2.component.html b/src/app/main/content/pages/pricing/style-2/style-2.component.html
index b79554e8..d79f0b5e 100644
--- a/src/app/main/content/pages/pricing/style-2/style-2.component.html
+++ b/src/app/main/content/pages/pricing/style-2/style-2.component.html
@@ -20,7 +20,7 @@
-
+
@@ -117,7 +117,7 @@
-
+
Frequently Asked Questions
diff --git a/src/app/main/content/pages/pricing/style-3/style-3.component.html b/src/app/main/content/pages/pricing/style-3/style-3.component.html
index 25e8cfdc..a4d7759a 100644
--- a/src/app/main/content/pages/pricing/style-3/style-3.component.html
+++ b/src/app/main/content/pages/pricing/style-3/style-3.component.html
@@ -20,7 +20,7 @@
-
+
@@ -112,7 +112,7 @@
-
+
Frequently Asked Questions
diff --git a/src/app/main/content/pages/profile/tabs/about/about.component.html b/src/app/main/content/pages/profile/tabs/about/about.component.html
index cba86b6c..0ac9c5d2 100644
--- a/src/app/main/content/pages/profile/tabs/about/about.component.html
+++ b/src/app/main/content/pages/profile/tabs/about/about.component.html
@@ -1,4 +1,4 @@
-
+
@@ -111,7 +111,7 @@
-
+
diff --git a/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html b/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html
index ea84dbef..6fa12431 100644
--- a/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html
+++ b/src/app/main/content/pages/profile/tabs/photos-videos/photos-videos.component.html
@@ -6,7 +6,7 @@
{{period.info}}
-
+
{{media.title}}
diff --git a/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html b/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html
index 1074f914..d863c706 100644
--- a/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html
+++ b/src/app/main/content/pages/profile/tabs/timeline/timeline.component.html
@@ -1,4 +1,4 @@
-
+
@@ -141,7 +141,7 @@
See All
-
+
diff --git a/src/app/main/content/ui/forms/forms.component.html b/src/app/main/content/ui/forms/forms.component.html
index 779ded79..1cdde49d 100644
--- a/src/app/main/content/ui/forms/forms.component.html
+++ b/src/app/main/content/ui/forms/forms.component.html
@@ -62,7 +62,7 @@
-
+
-
+
diff --git a/src/app/main/navbar/navbar.component.ts b/src/app/main/navbar/navbar.component.ts
index 598d06cc..78114850 100644
--- a/src/app/main/navbar/navbar.component.ts
+++ b/src/app/main/navbar/navbar.component.ts
@@ -19,6 +19,11 @@ export class FuseNavbarComponent implements OnDestroy
@ViewChild(FusePerfectScrollbarDirective) set directive(theDirective: FusePerfectScrollbarDirective)
{
+ if ( !theDirective )
+ {
+ return;
+ }
+
this.fusePerfectScrollbar = theDirective;
this.navigationServiceWatcher =