BIT-534: fixing trash counter to always display one (#279)

This commit is contained in:
joshua-livefront
2023-11-27 15:25:33 -05:00
committed by Álison Fernandes
parent b914f52d0f
commit dfc653b72e
2 changed files with 3 additions and 3 deletions

View File

@@ -225,7 +225,7 @@ fun VaultContent(
item {
BitwardenListHeaderTextWithSupportLabel(
label = stringResource(id = R.string.trash),
supportingLabel = state.trashItemsCount.toString(),
supportingLabel = "1",
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 16.dp),