From 8cbac1638216ff50e09d4ef072e6a83f82fcfa9b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 10 Aug 2026 18:43:57 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator):=20=EC=9E=A0=EA=B8=88=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=EA=B8=80=20=EB=8D=94=EB=B3=B4=EA=B8=B0=EB=A5=BC=20?= =?UTF-8?q?=EC=88=A8=EA=B8=B4=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Community/Components/CreatorChannelCommunityListItem.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityListItem.swift b/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityListItem.swift index 47156387..d44846a1 100644 --- a/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityListItem.swift +++ b/SodaLive/Sources/V2/CreatorChannel/Community/Components/CreatorChannelCommunityListItem.swift @@ -112,7 +112,7 @@ struct CreatorChannelCommunityListItem: View { moreButton } - } else if !isOwnPost { + } else if !isPaidLocked { moreButton } }