Skip to content

Commit

Permalink
fix : argument 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Sep 22, 2024
1 parent c1a21b5 commit 99aa025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ appcompat = "1.6.1"
constraintlayout = "2.1.4"
constraintlayoutCompose = "1.0.1"
coreSplashscreen = "1.0.1"
navigationCompose = "2.7.7"
navigationCompose = "2.8.1"
core-ktx = "1.12.0"
datastore = "1.0.0"
espresso = "3.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ fun NavGraphBuilder.TicketDetailScreen(
) {
composable(
route = "detail",
arguments = MainDestination.TicketDetail.arguments,
) { entry ->
TicketDetailScreen(
modifier = modifier,
Expand Down

0 comments on commit 99aa025

Please sign in to comment.