Skip to content

Commit

Permalink
[HOTFIX] merge error 수정
Browse files Browse the repository at this point in the history
 merge error 수정
  • Loading branch information
otoolz committed Nov 23, 2022
1 parent 68dbd38 commit b3cf8c3
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ struct ListCurationView: View {
.navigationBarTitleDisplayMode(.inline)

}
.scrollIndicators(.hidden)
.navigationDestination(for: NavigationReadUserCurationType.self) { data in
ReadUserCurationView(data: data)
}
.listStyle(.plain)
.background(Color.Background.ignoresSafeArea(.all, edges: .all))
.scrollContentBackground(.hidden)
.navigationBarTitle("\(shortcutsZipViewModel.userInfo?.nickname ?? "")\(self.data.type.rawValue)")
.navigationBarTitleDisplayMode(.inline)
}
}

Expand Down

0 comments on commit b3cf8c3

Please sign in to comment.