라이브 룸 - 라이브 크리에이터 프로필 영역에 팔로우 버튼 제거

This commit is contained in:
Yu Sung
2026-02-04 16:58:14 +09:00
parent 3456510eec
commit 3590db82be
4 changed files with 4 additions and 36 deletions

View File

@@ -102,10 +102,7 @@ struct LiveRoomInfoHostView: View {
creatorProfileUrl: creatorProfileUrl,
isMute: muteSpeakerList.contains(UInt(creatorId)),
isAdult: isAdult,
isFollowing: false,
isActiveSpeaker: activeSpeakerList.contains(UInt(creatorId)),
isShowFollowingButton: false,
onClickFollow: {},
onClickProfile: {}
)