feat(main): 생성 메뉴를 홈에 추가한다
This commit is contained in:
@@ -90,7 +90,7 @@ struct CreatorChannelView: View {
|
||||
}
|
||||
|
||||
if isOwnCreatorChannel && viewModel.selectedTab == .home && !viewModel.isLoading {
|
||||
CreatorChannelFloatingActionMenu(
|
||||
CreatorContentCreationFloatingActionMenu(
|
||||
isPresented: $isCreatorActionMenuPresented,
|
||||
onTapCommunityPost: showCommunityWrite,
|
||||
onTapAudioContent: showAudioContentUpload,
|
||||
|
||||
Reference in New Issue
Block a user