null safety
This commit is contained in:
@@ -80,7 +80,7 @@ class _ProfileState extends State<Profile> {
|
||||
);
|
||||
|
||||
final phonenumberbox = DisplayText(
|
||||
text: mainModel.user!.phone ?? "",
|
||||
text: mainModel.user!.phone,
|
||||
labelTextKey: "profile.phone",
|
||||
iconData: Icons.phone,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user