diff --git a/src/app/Scenes/GalleriesForYou/Components/PartnerListItem.tsx b/src/app/Scenes/GalleriesForYou/Components/PartnerListItem.tsx index 6d12c45a5ff..7ddd686f019 100644 --- a/src/app/Scenes/GalleriesForYou/Components/PartnerListItem.tsx +++ b/src/app/Scenes/GalleriesForYou/Components/PartnerListItem.tsx @@ -79,22 +79,24 @@ export const PartnerListItem: React.FC = ({ - - - {!!showInitials && ( - - - {initials} + + + + {!!showInitials && ( + + + {initials} + - - )} + )} + diff --git a/src/app/store/config/features.ts b/src/app/store/config/features.ts index 889b4b34924..bd8989ff572 100644 --- a/src/app/store/config/features.ts +++ b/src/app/store/config/features.ts @@ -240,7 +240,7 @@ export const features: { [key: string]: FeatureDescriptor } = { }, AREnableShowsForYouLocation: { description: "Enable Shows For You Location", - readyForRelease: false, + readyForRelease: true, showInDevMenu: true, echoFlagKey: "AREnableShowsForYouLocation", },