[deppLink] TM patnrId -> curationId 변경

This commit is contained in:
jangheon Pyo
2024-07-22 19:20:31 +09:00
parent 3f8b64cc12
commit e939f4d7b0

View File

@@ -283,7 +283,7 @@ export const handleDeepLink =
break;
case "TM":
patnrId = tokens[4]; // 큐레이션 아이디
curationId = tokens[4]; // 큐레이션 아이디
panelName = panel_names.THEME_CURATION_PANEL;
panelInfo = {
lnkCurationId: curationId,