diff --git a/app/src/app/features/home/home.component.html b/app/src/app/features/home/home.component.html index 27ee084e..1665dfe5 100644 --- a/app/src/app/features/home/home.component.html +++ b/app/src/app/features/home/home.component.html @@ -19,7 +19,7 @@ -
+

Recommended For You

diff --git a/app/src/app/features/profile/states/profile.selector.ts b/app/src/app/features/profile/states/profile.selector.ts index 902c0566..3042da7f 100644 --- a/app/src/app/features/profile/states/profile.selector.ts +++ b/app/src/app/features/profile/states/profile.selector.ts @@ -22,7 +22,7 @@ export class ProfileSelectors { // } @Selector([ProfileState]) static getRecommendedProducts(state: ProfileStateModel): IProduct[] { - return state.recommended_products || []; + return state.profile?.details.recommended_products || []; } @Selector([ProfileState]) static getFollowedSellers(state: ProfileStateModel): string[] {