From 5f3c12fcb08fe063717b26d97b3e91c3c2471c1a Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Wed, 2 Oct 2024 09:47:36 +0300 Subject: [PATCH] Fixed the notes list --- lib/views/branches/provider_profile_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/branches/provider_profile_view.dart b/lib/views/branches/provider_profile_view.dart index 282fd26..984bd07 100644 --- a/lib/views/branches/provider_profile_view.dart +++ b/lib/views/branches/provider_profile_view.dart @@ -50,7 +50,7 @@ class _ProviderProfileViewState extends State { appBar: CustomAppBar( title: LocaleKeys.providerDetails.tr(), actions: [ - Icon( + Icon( appointmentsVM.providerProfileModel!.isFavorite! ? Icons.favorite : Icons.favorite_border, color: appointmentsVM.providerProfileModel!.isFavorite! ? MyColors.darkPrimaryColor : MyColors.black, ).horPaddingMain().onPress(