diff --git a/resources/views/account/activity.blade.php b/resources/views/account/activity.blade.php index fbf2b575..cc2e2c71 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 276915f8..5fa9b86d 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 00005aa7..69ce2f68 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 0765f1c0..bbb8e872 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')