From 8e65f3e38a4bdae609b8d293fcdd9836f3577822 Mon Sep 17 00:00:00 2001 From: Clara Date: Fri, 11 Oct 2024 00:41:42 +0900 Subject: [PATCH] =?UTF-8?q?fix(#110):=20=ED=8B=B0=EC=96=B4=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/board/Table.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) => {