Skip to content

Commit

Permalink
enables buySell feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored Mar 11, 2024
1 parent fc6d2a8 commit acfe404
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 acfe404

Please sign in to comment.