From 836149450329f0cf822efb1b9a1a3beb68137375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=80=ED=99=98=20=28Ji-hwan=20Kim=29?= Date: Mon, 6 May 2024 15:20:01 +0000 Subject: [PATCH] =?UTF-8?q?2=EB=B2=88=20SearchKeyword=20test=20=EC=8B=9C?= =?UTF-8?q?=20=EA=B2=80=EC=82=AC=ED=95=98=EB=8A=94=20cell=20=EA=B8=B0?= =?UTF-8?q?=EC=A4=80=EC=9D=B4=20=EC=88=AB=EC=9E=90=EB=A7=8C=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8=EC=9D=B8=20=EA=B4=80=EA=B3=84=EB=A1=9C,=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=20=EB=B2=84=ED=8A=BC=20cell=EC=9D=84=20price=20cell?= =?UTF-8?q?=EC=97=90=20=ED=86=B5=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- week6/turtlehwan/src/components/ProductRow.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/week6/turtlehwan/src/components/ProductRow.tsx b/week6/turtlehwan/src/components/ProductRow.tsx index ac8eb2e6f..7e8047012 100644 --- a/week6/turtlehwan/src/components/ProductRow.tsx +++ b/week6/turtlehwan/src/components/ProductRow.tsx @@ -14,10 +14,13 @@ const ProductRow: React.FC = ({ product, deleteProduct }) => { {product.name} - {product.price}$ + {product.price}$ + {/* + + */} ); };