From cbe0352bf0823ff114ce30fadab81c3d8df00fb2 Mon Sep 17 00:00:00 2001 From: Jean Ribeiro Date: Sun, 11 Feb 2024 06:53:32 -0300 Subject: [PATCH] Update buy-sell.features.ts --- packages/desktop/features/buy-sell.features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop/features/buy-sell.features.ts b/packages/desktop/features/buy-sell.features.ts index 826f1fa5f7..07735ed62c 100644 --- a/packages/desktop/features/buy-sell.features.ts +++ b/packages/desktop/features/buy-sell.features.ts @@ -1,7 +1,7 @@ import { IFeatureFlag } from '@lib/features/interfaces' const buySellFeatures: IFeatureFlag = { - enabled: false, + enabled: true, } export default buySellFeatures