크리에이터 커뮤니티 등록 UI 추가
This commit is contained in:
@@ -63,6 +63,9 @@ struct UserProfileView: View {
|
||||
LazyHStack(spacing: 13.3) {
|
||||
if UserDefaults.int(forKey: .userId) == creatorProfile.creator.creatorId {
|
||||
CreatorCommunityWriteItemView()
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .creatorCommunityWrite)
|
||||
}
|
||||
}
|
||||
|
||||
CreatorCommunityItemView()
|
||||
|
Reference in New Issue
Block a user