diff --git a/app/Models/Pages/Profile/View.php b/app/Models/Pages/Profile/View.php index f1d0c0dc..120d729b 100644 --- a/app/Models/Pages/Profile/View.php +++ b/app/Models/Pages/Profile/View.php @@ -61,7 +61,7 @@ class View extends Profile $fields[] = [ 'type' => 'endwrap', ]; - if ($this->rules->useAvatar) { + if ($this->rules->useAvatar && $this->curUser->avatar) { $fields['avatar'] = [ 'type' => 'yield', 'caption' => \ForkBB\__('Avatar'),