Skip to content

Commit

Permalink
uupdate ff
Browse files Browse the repository at this point in the history
  • Loading branch information
olerichter00 committed May 3, 2024
1 parent 0c1ab24 commit b66fa4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ export const features = {
},
AREnableMyCollectionInterestedInSellingTooltip: {
description: "Enable My Collection 'Interested in Selling?' tooltip",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableMyCollectionInterestedInSellingTooltip",
},
} satisfies { [key: string]: FeatureDescriptor }

Expand Down

0 comments on commit b66fa4b

Please sign in to comment.