diff --git a/resources/views/account/activity.blade.php b/resources/views/account/activity.blade.php
index fbf2b5757..cc2e2c715 100644
--- a/resources/views/account/activity.blade.php
+++ b/resources/views/account/activity.blade.php
@@ -7,7 +7,9 @@
Notifications
+ @if(request()->user()->profile->is_private)
Follow Requests
+ @endif
@@ -17,11 +19,6 @@
@endsection
@push('scripts')
-
-
+
@endpush
diff --git a/resources/views/account/follow-requests.blade.php b/resources/views/account/follow-requests.blade.php
index 276915f89..5fa9b86db 100644
--- a/resources/views/account/follow-requests.blade.php
+++ b/resources/views/account/follow-requests.blade.php
@@ -49,6 +49,7 @@
@push('scripts')
diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php
index 00005aa77..69ce2f688 100644
--- a/resources/views/timeline/home.blade.php
+++ b/resources/views/timeline/home.blade.php
@@ -6,17 +6,6 @@
@endsection
-@push('styles')
-
-@endpush
-
@push('scripts')
diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php
index 0765f1c09..bbb8e8722 100644
--- a/resources/views/timeline/local.blade.php
+++ b/resources/views/timeline/local.blade.php
@@ -6,17 +6,6 @@
@endsection
-@push('styles')
-
-@endpush
-
@push('scripts')