diff --git a/lib/src/app/home/profile/stock_update.dart b/lib/src/app/home/profile/stock_update.dart index 1e72e39..fad696a 100644 --- a/lib/src/app/home/profile/stock_update.dart +++ b/lib/src/app/home/profile/stock_update.dart @@ -63,9 +63,7 @@ class _StockUpdateState extends State { items: pharmacies.map((PharmacyModels pharmacy) { return DropdownMenuItem( value: pharmacy, - child: CircleAvatar( - backgroundImage: NetworkImage(pharmacy.image!), - ), + child: Text(pharmacy.name!), ); }).toList(), onChanged: (PharmacyModels? newValue) {