File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
layout/masterbar/masterbar-help-center Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function HelpCenterContent() {
2626 const [ helpCenterPage , setHelpCenterPage ] = useState ( null ) ;
2727 const { setShowHelpCenter, setNavigateToRoute } = useDispatch ( 'automattic/help-center' ) ;
2828 const isMenuPanelExperimentEnabled = useMenuPanelExperiment (
29- 'calypso_help_center_menu_popover ' ,
29+ 'calypso_help_center_menu_popover_v2 ' ,
3030 'menu_popover'
3131 ) ;
3232 const isShown = useSelect ( ( s ) => s ( 'automattic/help-center' ) . isHelpCenterShown ( ) , [ ] ) ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function AdminHelpCenterContent() {
3030 const masterbarNotificationsButton = document . getElementById ( 'wp-admin-bar-notes' ) ;
3131 const supportLinks = document . querySelectorAll ( '[data-target="wpcom-help-center"]' ) ;
3232 const isMenuPanelExperimentEnabled = useMenuPanelExperiment (
33- 'calypso_help_center_menu_popover ' ,
33+ 'calypso_help_center_menu_popover_v2 ' ,
3434 'menu_popover'
3535 ) ;
3636
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function Help() {
5353 const [ helpCenterPage , setHelpCenterPage ] = useState ( '' ) ;
5454
5555 const [ isLoadingExperimentAssignment , experimentAssignment ] = useExperiment (
56- 'calypso_help_center_menu_popover '
56+ 'calypso_help_center_menu_popover_v2 '
5757 ) ;
5858 const isMenuPanelExperimentEnabled =
5959 ! isLoadingExperimentAssignment && experimentAssignment ?. variationName === 'menu_popover' ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const MasterbarHelpCenter = ( { tooltip } ) => {
3636 [ ]
3737 ) ;
3838 const [ isLoadingExperimentAssignment , experimentAssignment ] = useExperiment (
39- 'calypso_help_center_menu_popover '
39+ 'calypso_help_center_menu_popover_v2 '
4040 ) ;
4141 const { setShowHelpCenter, setNavigateToRoute } = useDataStoreDispatch ( HELP_CENTER_STORE ) ;
4242
You can’t perform that action at this time.
0 commit comments