From 37b160618fb1c9182f1d33e2c29515dd2e530fbd Mon Sep 17 00:00:00 2001 From: kanglocal Date: Sun, 4 Feb 2024 23:37:38 +0900 Subject: [PATCH] =?UTF-8?q?Style=20:=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20console.log=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[listId]/_components/ListDetailInner/RankList.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/[userNickname]/[listId]/_components/ListDetailInner/RankList.tsx b/src/app/[userNickname]/[listId]/_components/ListDetailInner/RankList.tsx index df6cbdc6..51f0457e 100644 --- a/src/app/[userNickname]/[listId]/_components/ListDetailInner/RankList.tsx +++ b/src/app/[userNickname]/[listId]/_components/ListDetailInner/RankList.tsx @@ -4,7 +4,6 @@ import * as styles from './RankList.css'; import LinkPreview from '@/components/LinkPreview/LinkPreview'; import VideoEmbed from '@/components/VideoEmbed/VideoEmbed'; import CrownIcon from '/public/icons/crown.svg'; -import Image from 'next/image'; interface RankListProps { listData: ListItemProps[]; @@ -63,7 +62,6 @@ function EmbedComponent({ link }: { link: string }) { } function DetailList({ listData }: RankListProps) { return listData.map((item, index) => { - console.log(index); return (