[auth] Show trashed icons in the end

This commit is contained in:
Neeraj Gupta
2024-09-09 16:00:07 +05:30
parent 72648286f2
commit 35916af7bf

View File

@@ -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,