From d6953d459a22b9c4596234e9628191d18f5af409 Mon Sep 17 00:00:00 2001 From: semnil5202 Date: Tue, 3 Dec 2024 21:28:58 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=83=9C=EA=B7=B8=EB=9E=91=20?= =?UTF-8?q?=EB=B1=83=EC=A7=80=20+=20=ED=98=95=ED=83=9C=20=EB=84=93?= =?UTF-8?q?=EC=9D=B4=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/components/NewIdeaCard/compound/Content/Content.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/components/NewIdeaCard/compound/Content/Content.tsx b/src/pages/components/NewIdeaCard/compound/Content/Content.tsx index 578c798..6a556c5 100644 --- a/src/pages/components/NewIdeaCard/compound/Content/Content.tsx +++ b/src/pages/components/NewIdeaCard/compound/Content/Content.tsx @@ -81,7 +81,7 @@ const Content = ({ onClick }: Props) => {
- {branches.map((branch) => ( + {identifyAbbreviationBadge(branches, 13).map((branch) => ( {branch} @@ -97,7 +97,7 @@ const Content = ({ onClick }: Props) => { - {identifyAbbreviationBadge(skillCategories, 15).map((category) => ( + {identifyAbbreviationBadge(skillCategories, 13).map((category) => ( {category}