diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 134c017b..b93ea95c 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1016,7 +1016,10 @@ const PlayerPanel = ({ } if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) { - if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) { + if ( + panelInfo.sourcePanel === "featuredbrandspanel" && + shopNowInfo?.length > 0 + ) { shopNowFocusTimeoutJob.current.start(() => { Spotlight.focus("playVideoShopNowBox"); });