diff --git a/frontend/hooks/useFeatureFlag.ts b/frontend/hooks/useFeatureFlag.ts index b65204a68..fc75dcfdd 100644 --- a/frontend/hooks/useFeatureFlag.ts +++ b/frontend/hooks/useFeatureFlag.ts @@ -42,7 +42,7 @@ const FEATURES_CONFIG = FeaturesConfigSchema.parse({ }, [AgentType.Memeooorr]: { 'manage-wallet': true, - 'withdraw-funds': true, + 'withdraw-funds': false, 'last-transactions': true, 'rewards-streak': true, 'staking-contract-section': true, @@ -64,7 +64,7 @@ const FEATURES_CONFIG = FeaturesConfigSchema.parse({ }, [AgentType.Modius]: { 'manage-wallet': true, - 'withdraw-funds': true, + 'withdraw-funds': false, 'last-transactions': true, 'rewards-streak': true, 'staking-contract-section': true,