diff --git a/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx b/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx index 7eeaf291..7c2a8b3f 100644 --- a/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx +++ b/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx @@ -140,7 +140,7 @@ const JustForYouTestPanel = ({ panelInfo, ...rest }) => { useEffect(()=>{ const timeOut = setTimeout(()=>{ - Spotlight.focus("justforyouspotlight") + Spotlight.focus("justForYouList_1") },100) return(()=>{ clearTimeout(timeOut);