Skip to content

Commit

Permalink
chore: enable agent activity for trader
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Jan 23, 2025
1 parent ac815df commit d4ba1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/hooks/useFeatureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const FEATURES_CONFIG = FeaturesConfigSchema.parse({
'rewards-streak': true,
'staking-contract-section': true,
'low-funds': true,
'agent-activity': false,
'agent-activity': true,
'backup-via-safe': true,
'agent-settings': false,
},
Expand Down

0 comments on commit d4ba1e6

Please sign in to comment.