feat(creator): 플로팅 액션 진입을 연결한다
This commit is contained in:
@@ -46,7 +46,7 @@ struct UserProfileContentView: View {
|
||||
.frame(maxWidth: .infinity)
|
||||
.background(Color.button)
|
||||
.cornerRadius(12)
|
||||
.onTapGesture { AppState.shared.setAppStep(step: .createContent) }
|
||||
.onTapGesture { AppState.shared.setAppStep(step: .createContent()) }
|
||||
} else {
|
||||
collectionInfoView()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user