[auth] Show trashed icons in the end
This commit is contained in:
@@ -388,7 +388,7 @@ class _HomePageState extends State<HomePage> {
|
||||
}
|
||||
if (index == itemCount - 1 && hasTrashedCodes) {
|
||||
return TagChip(
|
||||
label: "Trash",
|
||||
label: '🗑️ Trash',
|
||||
state: _isTrashOpen
|
||||
? TagChipState.selected
|
||||
: TagChipState.unselected,
|
||||
|
||||
Reference in New Issue
Block a user