Skip to content

Commit 5286ff7

Browse files
committed
[Fix] #204 - 프로필 편집 후 아카이빙 탭이 나타나는 문제 해소
1 parent 2a66aa8 commit 5286ff7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Neki-iOS/APP/Sources/Application/AppCoordinator.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ struct AppCoordinator {
195195
case let .signedIn(user):
196196
if case var .mainTab(mainTabState) = state.route {
197197
mainTabState.user = user
198-
state.route = .mainTab(.init(user: user))
198+
mainTabState.myPage.root.user = user
199+
state.route = .mainTab(mainTabState)
199200
return .none
200201
}
201202
state.route = .mainTab(.init(user: user))

0 commit comments

Comments
 (0)