Skip to content

Commit

Permalink
unset feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Dec 11, 2023
1 parent 2d2b7a0 commit 85b8f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dydx/dydxViews/dydxViews/_v4/Profile/dydxProfileView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class dydxProfileViewModel: PlatformViewModel {
HStack(spacing: 14) {
self.fees?
.createView(parentStyle: style)
if dydxBoolFeatureFlag.enable_trading_rewards.isEnabled || true {
if dydxBoolFeatureFlag.enable_trading_rewards.isEnabled {
self.rewards?
.createView(parentStyle: style)
}
Expand Down

0 comments on commit 85b8f69

Please sign in to comment.