Skip to content

Commit

Permalink
Update buy-sell.features.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored Feb 11, 2024
1 parent 1fed51e commit cbe0352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/features/buy-sell.features.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IFeatureFlag } from '@lib/features/interfaces'

const buySellFeatures: IFeatureFlag = {
enabled: false,
enabled: true,
}

export default buySellFeatures

0 comments on commit cbe0352

Please sign in to comment.