diff --git a/com.twin.app.shoptime/src/views/HomePanel/EventPopUpBanner/EventPopUpBanner.jsx b/com.twin.app.shoptime/src/views/HomePanel/EventPopUpBanner/EventPopUpBanner.jsx index 4e2ad9bd..0854c86c 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/EventPopUpBanner/EventPopUpBanner.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/EventPopUpBanner/EventPopUpBanner.jsx @@ -24,6 +24,7 @@ import useLogService from "../../../hooks/useLogService"; import { launchMembershipApp } from "../../../lunaSend"; import { ACTIVE_POPUP, + LOG_MENU, LOG_TP_NO, MYINFO_TABS, panel_names, @@ -37,7 +38,7 @@ const Container = SpotlightContainerDecorator( ); export default function EventPopUpBanner() { - const { sendLogShopByMobile } = useLogService(); + const { sendLogGNB, sendLogShopByMobile } = useLogService(); const dispatch = useDispatch(); @@ -65,6 +66,10 @@ export default function EventPopUpBanner() { const [smsTpCd, setSmsTpCd] = useState(""); const [eventPopData, setEventPopData] = useState({}); + useEffect(() => { + sendLogGNB(LOG_MENU.EVENT_POPUP); + }, [sendLogGNB]); + useEffect(() => { if (eventPopInfosData) { setEventPopData(eventPopInfosData);