From f0f1cd39b664a56faa3b7784acd806b8e951f320 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 21 Aug 2023 06:07:53 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=EB=A7=8C=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=A5=BC=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A4=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/LiveView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/LiveView.swift b/SodaLive/Sources/Live/LiveView.swift index 3eebc5e..ba0c662 100644 --- a/SodaLive/Sources/Live/LiveView.swift +++ b/SodaLive/Sources/Live/LiveView.swift @@ -85,7 +85,7 @@ struct LiveView: View { viewModel.getSummary() } - if !appState.isShowPlayer { + if !appState.isShowPlayer && UserDefaults.string(forKey: .role) == MemberRole.CREATOR.rawValue { Image("btn_make_live") .padding(.trailing, 16) .padding(.bottom, 16)