Extras removed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user