From a2a6b5295c244892713483509377b73a97bc51d5 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Fri, 19 May 2023 19:02:32 +0530 Subject: [PATCH] chore: minor ui changes --- .../Components/ContentListView/ListItemFlagIcons.tsx | 2 +- .../javascripts/Components/ContentListView/NoteListItem.tsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/web/src/javascripts/Components/ContentListView/ListItemFlagIcons.tsx b/packages/web/src/javascripts/Components/ContentListView/ListItemFlagIcons.tsx index 852c8736f..1b28b59f2 100644 --- a/packages/web/src/javascripts/Components/ContentListView/ListItemFlagIcons.tsx +++ b/packages/web/src/javascripts/Components/ContentListView/ListItemFlagIcons.tsx @@ -52,7 +52,7 @@ const ListItemFlagIcons: FunctionComponent = ({ )} - {hideIcon && item.starred && ( + {item.starred && ( diff --git a/packages/web/src/javascripts/Components/ContentListView/NoteListItem.tsx b/packages/web/src/javascripts/Components/ContentListView/NoteListItem.tsx index 67ea55c44..2ef590981 100644 --- a/packages/web/src/javascripts/Components/ContentListView/NoteListItem.tsx +++ b/packages/web/src/javascripts/Components/ContentListView/NoteListItem.tsx @@ -89,11 +89,6 @@ const NoteListItem: FunctionComponent> = ({ )} - {item.starred && ( -
- -
- )} ) : (