fix(main): 팔로잉 커뮤니티 상세로 이동한다

This commit is contained in:
Yu Sung
2026-07-12 05:54:02 +09:00
parent e717a12344
commit ec79e3ce8b
5 changed files with 67 additions and 21 deletions

View File

@@ -84,7 +84,8 @@ struct MainHomeView: View {
onTapFollowingAll: onTapFollowingAll,
onTapChatTab: onTapChatTab,
onTapChatRoom: onTapChatRoom,
onTapSchedule: onTapFollowingSchedule
onTapSchedule: onTapFollowingSchedule,
onTapCommunityPost: onTapCommunityPost
)
}
}