Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: navigation 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chlgkdms committed Dec 2, 2023
1 parent c9adcf5 commit 6bd6762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ internal fun SignalApp() {
},
moveToEditProfile = {
navController.navigate(NavigationRoute.Main.EditProfile)
}
},
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ internal fun MyPage(
birth = state.birth,
profileImageUrl = state.profile,
famousSaying = { state.famousSaying },
onClick = moveToEditProfile,
onClick = { moveToEditProfile() },
)
Achievement(
moveToMoreAchievement = moveToMoreAchievement,
Expand Down

0 comments on commit 6bd6762

Please sign in to comment.