Skip to content

Commit

Permalink
fix: Remove false
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jul 22, 2024
1 parent fdcaa8c commit ba42870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/features/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FeatureName } from './types'

export const getIsLinkedWearablesV2Enabled = (state: RootState) => {
try {
return getIsFeatureEnabled(state, ApplicationName.BUILDER, FeatureName.LINKED_WEARABLES_V2) && false
return getIsFeatureEnabled(state, ApplicationName.BUILDER, FeatureName.LINKED_WEARABLES_V2)
} catch (e) {
return false
}
Expand Down

0 comments on commit ba42870

Please sign in to comment.