{
class="!size-[1.6rem]"
:src="account.profile_photo"
:alt="
- account.first_name && account.last_name
- ? `${account.first_name.charAt(
- 0
- )} ${account.last_name.charAt(0)}`
- : 'بدون نام کاربری'
- "
+ account.first_name && account.last_name
+ ? `${account.first_name.charAt(
+ 0
+ )} ${account.last_name.charAt(0)}`
+ : 'بدون نام کاربری'
+ "
/>
@@ -87,11 +84,7 @@ const closeSideDrawer = () => {
-
+
@@ -108,5 +101,4 @@ const closeSideDrawer = () => {
-
-