From 10d7aa4f0af7aaf0e54298957f5ed6963d9a8c30 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Wed, 5 Aug 2026 16:20:55 +0300 Subject: [PATCH] bug fix. --- lib/views/pages/user/profile_page.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/views/pages/user/profile_page.dart b/lib/views/pages/user/profile_page.dart index 62911777..efc8f8a1 100644 --- a/lib/views/pages/user/profile_page.dart +++ b/lib/views/pages/user/profile_page.dart @@ -140,10 +140,9 @@ class _ProfilePageState extends State { }), 8.height, Text( - "Work Order Status".addTranslation, - style: AppTextStyles.heading3.copyWith(color: AppColor.headingTextColor(context)), + (_user.username ?? ""), + style: AppTextStyles.heading3.copyWith(fontWeight: FontWeight.w600, color: AppColor.headingTextColor(context)), ), - (_user.username ?? "").heading3(context).custom(fontWeight: FontWeight.w600, color: context.isDark ? AppColor.neutral10 : AppColor.neutral50), ], ), ),