Skip to content

Commit

Permalink
🔥 Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
paul2126 committed Oct 25, 2023
1 parent f2c0aeb commit 8174570
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import com.example.speechbuddy.viewmodel.SignupViewModel
fun SignupScreen(
modifier: Modifier = Modifier,
onBackClick: () -> Unit,
onSignupClick: () -> Unit,
email: String,
viewModel: SignupViewModel = hiltViewModel()
) {
Expand Down

0 comments on commit 8174570

Please sign in to comment.