Skip to content

Commit

Permalink
remove duplicate varaiable declaration due to merge from another pr
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Dec 5, 2024
1 parent 7636e5d commit 870c089
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ const UnifiedDesignPickerStep: Step = ( { navigation, flow, stepName } ) => {
const eligibility = useSelector( ( state ) => site && getEligibility( state, site.ID ) );

const { isEligible } = useIsBigSkyEligible();
const isGoalCentricFeature = isEnabled( 'design-picker/goal-centric' ) && ! isGoalsHoldout;
const isBigSkyEligible = isEligible && isGoalCentricFeature;

const hasEligibilityMessages =
Expand Down

0 comments on commit 870c089

Please sign in to comment.