add profile settings link

This commit is contained in:
ghost 2023-10-09 21:05:30 +03:00
parent 4f24ec22d2
commit 44927e2d07
3 changed files with 19 additions and 5 deletions

View file

@ -240,7 +240,8 @@ class UserController extends AbstractController
$userTarget->getAddress(),
48
),
'star' =>
'owner' => $user->getId() === $userTarget->getId(),
'star' =>
[
'exist' => (bool) $userService->findUserStar(
$user->getId(),