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)