Skip to content

Commit

Permalink
[CHORE] : trailing comma add
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Mar 29, 2024
1 parent d0b65d1 commit e6f9a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ internal fun SignInRoute(
viewModel.logUserSignedIn()
navigateToNotice()
},
onGuestModeButtonClicked = navigateToNotice
onGuestModeButtonClicked = navigateToNotice,
)
}

Expand Down

0 comments on commit e6f9a14

Please sign in to comment.