[Log] modify "secondLayerInfo" in "deepLinkHandler.js"

changed files:
1. deepLinkHandler.js

detail note:
1. add "linkTpNm" to secondLayerInfo obj
This commit is contained in:
younghoon100.park
2024-08-19 16:47:42 +09:00
parent 14b35a0062
commit 8f4952df23

View File

@@ -244,7 +244,8 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
}
const secondLayerInfo = {
linkTpCd: linkTpCd,
linkTpCd,
linkTpNm,
logTpNo: LOG_TP_NO.SECOND_LAYER,
};