From 9f8be191fb4598a753114fa7e8fd3c675a1a50fc Mon Sep 17 00:00:00 2001 From: jtw Date: Thu, 22 Jan 2026 21:04:56 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EC=98=B5=EC=85=98=20=EA=B3=84?= =?UTF-8?q?=EC=82=B0=EC=8B=9D=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/kkuko/profile/utils/profileHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/kkuko/profile/utils/profileHelper.ts b/app/kkuko/profile/utils/profileHelper.ts index e5f7b79..fd3e774 100644 --- a/app/kkuko/profile/utils/profileHelper.ts +++ b/app/kkuko/profile/utils/profileHelper.ts @@ -21,7 +21,7 @@ export const extractColorFromLabel = (description: string, isDarkTheme: boolean) }; export const formatNumber = (num: number): string => { - return (num / 1000).toString(); + return (num / 10).toString(); }; export const calculateTotalOptions = (itemsData: ItemInfo[]) => { From 52ce05b0572924ea587c2159729687d5fd30b0e8 Mon Sep 17 00:00:00 2001 From: jtw Date: Thu, 22 Jan 2026 21:10:00 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EB=9E=AD=ED=82=B9=20123=20=ED=8C=90?= =?UTF-8?q?=EC=88=98=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/kkuko/ranking/components/Podium.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/kkuko/ranking/components/Podium.tsx b/app/kkuko/ranking/components/Podium.tsx index 53eed03..ae33c71 100644 --- a/app/kkuko/ranking/components/Podium.tsx +++ b/app/kkuko/ranking/components/Podium.tsx @@ -208,7 +208,7 @@ export function Podium({ topThree, option }: PodiumProps) {
- 승률 {winRate(entry)}% + {entry.userRecord.total.toLocaleString()}전 / 승률 {winRate(entry)}%