From 987c96bee8f869fa74be7c8cc69419f131e48e8e Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 27 May 2024 22:52:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EB=AC=BC=20-=20=EB=AC=B4=EB=A3=8C=EC=9D=B4?= =?UTF-8?q?=EA=B1=B0=EB=82=98=20=EA=B5=AC=EB=A7=A4=ED=95=9C=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=EB=AC=BC=EC=9D=80=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=EA=B0=80=20=EB=B8=94=EB=9F=AC=20=EC=B2=98=EB=A6=AC=20=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/CreatorCommunity/CreatorCommunityItemView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/CreatorCommunityItemView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/CreatorCommunityItemView.swift index 1ed44bd..be99c2f 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/CreatorCommunityItemView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/CreatorCommunityItemView.swift @@ -45,7 +45,7 @@ struct CreatorCommunityItemView: View { .resizable() .frame(width: 53.3, height: 53.3) .cornerRadius(4.7) - .blur(radius: item.existOrdered ? 0 : 15) + .blur(radius: item.existOrdered || item.price <= 0 ? 0 : 15) } else { Rectangle() .foregroundColor(Color.gray22.opacity(0))