Skip to content

Commit

Permalink
[CHORE]#217 : 괄호 소거
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 20, 2025
1 parent 0306dbd commit 36452df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ class NotificationNavigatorImpl(private val navController: NavController): Notif
}

override fun navigateToProfileEditScreen() {
navController.navigate(ProfileEditScreenDestination() within AppNavGraphs.entire)
navController.navigate(ProfileEditScreenDestination within AppNavGraphs.entire)
}
}

0 comments on commit 36452df

Please sign in to comment.