diff --git a/src/components/board/Table.tsx b/src/components/board/Table.tsx index 0284f210..41c940fc 100644 --- a/src/components/board/Table.tsx +++ b/src/components/board/Table.tsx @@ -19,6 +19,7 @@ import ChatLayout from "../chat/ChatLayout"; import Champion from "../readBoard/Champion"; import { BoardDetail } from "@/interface/board"; import { getProfileBgColor } from "@/utils/profile"; +import { toLowerCaseString } from "@/utils/string"; interface TableTitleProps { id: number; @@ -175,8 +176,10 @@ const Table = (props: TableProps) => {