From c68befc9bfe3491ded4a859c20d95b24b145d28c Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Thu, 22 Feb 2024 19:03:04 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20key=20props=20error=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/comment/Comments.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/comment/Comments.tsx b/src/components/comment/Comments.tsx index f58e354..b27d29d 100644 --- a/src/components/comment/Comments.tsx +++ b/src/components/comment/Comments.tsx @@ -197,7 +197,10 @@ const Comments = ({ pokemonState }: PokemonInfoProps) => { ({ id, comment, displayName, createdAt, uid }) => { const createdDate = FORMDATE(createdAt); return ( -
  • +
  • {displayName}