[deepLink] Change lnkcurationId -> curationId

This commit is contained in:
jangheon Pyo
2024-08-08 18:30:38 +09:00
parent 56bd32c2d6
commit 06c3808adf

View File

@@ -246,7 +246,7 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
curationId = tokens[4]; // 큐레이션 아이디
panelName = panel_names.THEME_CURATION_PANEL;
panelInfo = {
lnkCurationId: curationId,
curationId: curationId,
};
break;