From 23bb57909168527306c1162891e8db9b21f522b8 Mon Sep 17 00:00:00 2001 From: Miguel Lasa Date: Mon, 4 Mar 2024 19:41:43 +0100 Subject: [PATCH] Remove views. --- .../src/commonMain/kotlin/ui/dashboard/Dashboard.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composeApp/src/commonMain/kotlin/ui/dashboard/Dashboard.kt b/composeApp/src/commonMain/kotlin/ui/dashboard/Dashboard.kt index 6e4a56e..2b8c304 100644 --- a/composeApp/src/commonMain/kotlin/ui/dashboard/Dashboard.kt +++ b/composeApp/src/commonMain/kotlin/ui/dashboard/Dashboard.kt @@ -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 -> { +// +// } +// } } } } \ No newline at end of file