From 7484cc69b4c72b02f81e8403d92e95e9f67e6baa Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:14:17 -0500 Subject: [PATCH] refactor(ui): remove labels from navigation suite items (#4924) --- .../meshtastic/core/ui/component/MeshtasticNavigationSuite.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/core/ui/src/commonMain/kotlin/org/meshtastic/core/ui/component/MeshtasticNavigationSuite.kt b/core/ui/src/commonMain/kotlin/org/meshtastic/core/ui/component/MeshtasticNavigationSuite.kt index d00bc1fb2..ddcdfe1ff 100644 --- a/core/ui/src/commonMain/kotlin/org/meshtastic/core/ui/component/MeshtasticNavigationSuite.kt +++ b/core/ui/src/commonMain/kotlin/org/meshtastic/core/ui/component/MeshtasticNavigationSuite.kt @@ -188,7 +188,6 @@ private fun MeshtasticNavigationBar( uiViewModel = uiViewModel, ) }, - label = { Text(stringResource(destination.label)) }, ) } }