diff --git a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift index cda0b85..2699e9f 100644 --- a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift +++ b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift @@ -203,17 +203,17 @@ struct LiveRoomViewV2: View { ) } + LiveRoomRightBottomButton( + imageName: "ic_donation_message_list", + onClick: { viewModel.isShowDonationMessagePopup = true } + ) + if liveRoomInfo.creatorId != UserDefaults.int(forKey: .userId) { LiveRoomRightBottomButton( imageName: "ic_donation", onClick: { viewModel.isShowDonationPopup = true } ) } - - LiveRoomRightBottomButton( - imageName: "ic_donation_message_list", - onClick: { viewModel.isShowDonationMessagePopup = true } - ) } .padding(.trailing, 13.3)