라이브 방 추가
This commit is contained in:
@@ -53,7 +53,7 @@ struct SectionLiveReservationView: View {
|
||||
ForEach(0..<items.count, id: \.self) { index in
|
||||
let item = items[index]
|
||||
|
||||
if item.managerId == UserDefaults.int(forKey: .userId) {
|
||||
if item.creatorId == UserDefaults.int(forKey: .userId) {
|
||||
MyLiveReservationItemView(item: item, index: index)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
|
Reference in New Issue
Block a user