[deepLink] Change lnkcurationId -> curationId
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user