From 869051e45a365f7e779e3ae6d5a6e39dc27b2f92 Mon Sep 17 00:00:00 2001 From: jyn Date: Wed, 30 Apr 2025 01:03:55 +0900 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=90=9B=20fix:=20=EB=B8=94=EB=A3=A8?= =?UTF-8?q?=EC=82=BC=EA=B0=81=ED=98=95=20=EB=A0=8C=EB=8D=94=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EB=A1=9C=EC=A7=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RecipientCard/RecipientCard.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/RecipientCard/RecipientCard.jsx b/src/components/RecipientCard/RecipientCard.jsx index 41ad6c1..222b1a8 100644 --- a/src/components/RecipientCard/RecipientCard.jsx +++ b/src/components/RecipientCard/RecipientCard.jsx @@ -54,7 +54,9 @@ export default function RecipientCard({ Recipient }) { onMouseMove={handleMove} onTouchMove={handleMove} > - {backgroundColor === 'blue' &&
} + {!backgroundImageURL && backgroundColor === 'blue' && ( +
+ )}