통합 로그 피드백 수정

This commit is contained in:
opacity@t-win.kr
2025-08-08 10:57:41 +09:00
parent a9d775be01
commit 0525290989
3 changed files with 10 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ const TabItemBase = ({
const _onClick = useCallback(
(ev) => {
const subtitle = title.split("-")[0];
const buttonTitle = patncNm ? patncNm : subtitle;
clearPressedJob.current.start(() => {
if (itemId) {
setSelectedSubItemId(itemId);
@@ -62,7 +62,8 @@ const TabItemBase = ({
sendLogTotalRecommend({
contextName: LOG_CONTEXT_NAME.GNB,
messageId: LOG_MESSAGE_ID.GNB,
buttonTitle: patncNm ? patncNm : subtitle,
buttonTitle: buttonTitle,
buttonId: `GNB_CLICK_${buttonTitle.toUpperCase().replace(" ", "_")}`,
})
);
});