add processing
This commit is contained in:
@@ -128,7 +128,7 @@ class _StaffEditorState extends State<StaffEditor> {
|
||||
Widget build(BuildContext context) {
|
||||
final namebox = DisplayText(
|
||||
text: user.name,
|
||||
labelTextKey: getLocalString(context, "customer.name"),
|
||||
labelTextKey: "customer.name",
|
||||
iconData: Icons.person,
|
||||
);
|
||||
var phoneNumberBox = Row(
|
||||
@@ -136,7 +136,7 @@ class _StaffEditorState extends State<StaffEditor> {
|
||||
Expanded(
|
||||
child: DisplayText(
|
||||
text: user.phoneNumber,
|
||||
labelTextKey: getLocalString(context, "customer.phone"),
|
||||
labelTextKey: "customer.phone",
|
||||
iconData: Icons.phone,
|
||||
)),
|
||||
isNew
|
||||
|
||||
Reference in New Issue
Block a user