I dont know
This commit is contained in:
@@ -63,7 +63,7 @@ class _MihBusinessProfilePreviewState extends State<MihBusinessProfilePreview> {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return Icon(
|
return Icon(
|
||||||
MihIcons.mihLogo,
|
MihIcons.iDontKnow,
|
||||||
size: profilePictureWidth,
|
size: profilePictureWidth,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,9 @@ class _MihBusinessProfilePreviewState extends State<MihBusinessProfilePreview> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
widget.myLocation != null ? calculateDistance() : "0.00 km",
|
widget.myLocation != null || widget.myLocation!.isEmpty
|
||||||
|
? calculateDistance()
|
||||||
|
: "0.00 km",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
|||||||
Reference in New Issue
Block a user