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))