Skip to content

Commit 7fc17ee

Browse files
committed
chore: 필터링되는 카테고리명을 추가
1 parent 3ce79c4 commit 7fc17ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/components/mdx_components/session_list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { ErrorFallback } from "../error_handler";
1111
import { FallbackImage } from "../fallback_image";
1212
import { StyledDivider } from "./styled_divider";
1313

14-
const EXCLUDE_CATEGORIES = ["후원사"];
14+
const EXCLUDE_CATEGORIES = ["후원사", "Sponsor"];
1515

1616
const SessionItem: React.FC<{ session: BackendAPISchemas.SessionSchema; enableLink?: boolean }> = Suspense.with(
1717
{ fallback: <CircularProgress /> },

0 commit comments

Comments
 (0)