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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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