Extras removed

This commit is contained in:
2025-11-27 11:47:39 +05:30
parent b9147b30d5
commit b19bc2e222
10 changed files with 14 additions and 215 deletions

View File

@@ -73,7 +73,7 @@ class _CustomerInfoScreenState extends State<CustomerInfoScreen> {
const SizedBox(height: 30),
InfoField(
label: AppLocalizations.of(context).activeAccounts,
value: user.activeAccounts?.toString() ?? '6',
value: user.activeAccounts?.toString() ?? 'N/A',
),
InfoField(
label: AppLocalizations.of(context).mobileNumber,