라이프 참여자 리스트
- 스피커 표시 최대 5명
This commit is contained in:
		| @@ -28,7 +28,7 @@ struct LiveRoomProfileItemTitleView: View { | ||||
|             } | ||||
|              | ||||
|             if let totalCount = totalCount { | ||||
|                 Text("/\(totalCount > 4 ? 4 : totalCount - 1)") | ||||
|                 Text("/\(totalCount > 5 ? 5 : totalCount - 1)") | ||||
|                     .font(.custom(Font.medium.rawValue, size: 13)) | ||||
|                     .foregroundColor(Color.graybb) | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung