크리에이터 커뮤니티 등록 UI 추가

This commit is contained in:
Yu Sung
2023-12-16 01:56:59 +09:00
parent a7f8fa5dc5
commit e2e64fa4e6
7 changed files with 209 additions and 2 deletions

View File

@@ -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()