refactor(ui): remove labels from navigation suite items (#4924)

This commit is contained in:
James Rich
2026-03-25 21:14:17 -05:00
committed by GitHub
parent 36290fc94b
commit 7484cc69b4

View File

@@ -188,7 +188,6 @@ private fun MeshtasticNavigationBar(
uiViewModel = uiViewModel,
)
},
label = { Text(stringResource(destination.label)) },
)
}
}