mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove test label in library view
This commit is contained in:
parent
c937742b56
commit
1822dc7853
1 changed files with 0 additions and 6 deletions
|
|
@ -105,12 +105,6 @@ fun LibraryViewContent(
|
|||
},
|
||||
actionHandler = { libraryViewModel.handleSavedItemAction(cardDataWithLabels.cardData.savedItemId, it) }
|
||||
)
|
||||
|
||||
Text(
|
||||
text = "${cardDataWithLabels.labels.size.toString()} labels",
|
||||
style = MaterialTheme.typography.titleMedium,
|
||||
lineHeight = 20.sp
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue