Skip to content

Commit

Permalink
Remove views.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Lasa committed Mar 4, 2024
1 parent 92fc1cf commit 23bb579
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composeApp/src/commonMain/kotlin/ui/dashboard/Dashboard.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ fun Dashboard(viewModel: DashboardViewModel) {
}
}
Box(modifier = Modifier.fillMaxHeight().weight(1f).background(Color.Red)) {
when(selectedElement) {
UiElement.BUTTON -> QButtonScreen()
null -> {

}
}
// when(selectedElement) {
// UiElement.BUTTON -> QButtonScreen()
// null -> {
//
// }
// }
}
}
}

0 comments on commit 23bb579

Please sign in to comment.