category deeplink role 백엔드 변경으로 tabType 수정
This commit is contained in:
@@ -201,10 +201,11 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
||||
lgCatNm = tokens[5]; // 서브카테고리명
|
||||
tabType = tokens[6].toLowerCase(); // 컨텐츠타입
|
||||
panelName = panel_names.CATEGORY_PANEL;
|
||||
|
||||
panelInfo = {
|
||||
lgCatCd: lgCatCd,
|
||||
lgCatNm: lgCatNm,
|
||||
tab: tabType === "show" ? 0 : 1,
|
||||
tab: tabType === "cat00102" ? 0 : 1,
|
||||
};
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user