Skip to content

Commit 6e02d28

Browse files
committed
컨텐츠 생성 페이지 - 군단장 레이드도 더보기 보상 생성 가능하도록 수정
1 parent bf290dc commit 6e02d28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/frontend/src/pages/admin/tabs/content-create-tab/content-create-tab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ export const ContentCreateTab = () => {
7171
category.id === watch("categoryId") &&
7272
(category.name === "에픽 레이드" ||
7373
category.name === "카제로스 레이드" ||
74-
category.name === "강습 레이드")
74+
category.name === "강습 레이드" ||
75+
category.name === "군단장 레이드")
7576
);
7677

7778
return (

0 commit comments

Comments
 (0)