Skip to content

Commit

Permalink
Update ListDataDetailScreen.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
calmwalija committed Feb 27, 2024
1 parent 359f4db commit 2d4d4d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fun Toolbar(questPatientDetailViewModel: ListDataDetailViewModel) {
) { Icon(Icons.Filled.ArrowBack, contentDescription = "Back arrow") }
},
actions = {
// show only if patient info exists
// show only if patient info exists
patientItem?.let {
IconButton(
onClick = { showMenu = !showMenu },
Expand Down

0 comments on commit 2d4d4d9

Please sign in to comment.