Skip to content

Commit

Permalink
chore: Enable ARShowCollectedArtistOnboarding and AREnableMyCollectio…
Browse files Browse the repository at this point in the history
…nCollectedArtists (#9095)
  • Loading branch information
olerichter00 authored Aug 3, 2023
1 parent 629af80 commit eb67e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const features: { [key: string]: FeatureDescriptor } = {
},
AREnableMyCollectionCollectedArtists: {
description: "Enable Collected Artists in My Collection",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableMyCollectionCollectedArtists",
},
Expand Down Expand Up @@ -265,7 +265,7 @@ export const features: { [key: string]: FeatureDescriptor } = {
},
ARShowCollectedArtistOnboarding: {
description: "Show Collected Artist Onboarding",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "ARShowCollectedArtistOnboarding",
},
Expand Down

0 comments on commit eb67e8f

Please sign in to comment.