diff --git a/resources/views/account/activity.blade.php b/resources/views/account/activity.blade.php
index 26165be8..241d46f8 100644
--- a/resources/views/account/activity.blade.php
+++ b/resources/views/account/activity.blade.php
@@ -28,6 +28,7 @@
{!! $notification->rendered !!}
{{$notification->created_at->diffForHumans(null, true, true, true)}}
+ @if($notification->actor->followedBy(Auth::user()->profile) == false)
+ @endif
@break
@endswitch
@@ -42,4 +44,4 @@
-@endsection
\ No newline at end of file
+@endsection