From 28bb759fef58f885eda511a0c802f6d93e501fa5 Mon Sep 17 00:00:00 2001 From: Milad Raeisi Date: Thu, 21 Nov 2024 21:24:57 +0400 Subject: [PATCH] Remove profile picture and name display from profile component HTML. --- .../components/profile/profile.component.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index aa8448a..8618533 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -340,25 +340,6 @@
-
- {{
-                                profileUser?.display_name ||
-                                    profileUser?.name ||
-                                    ''
-                            }} -
- {{ - profileUser?.display_name || - profileUser?.name || - '' - }} -
-