diff --git a/packages/web/src/javascripts/Components/ContentListView/Header/DisplayOptionsMenu.tsx b/packages/web/src/javascripts/Components/ContentListView/Header/DisplayOptionsMenu.tsx index 990ce11fd..ca2a2ad83 100644 --- a/packages/web/src/javascripts/Components/ContentListView/Header/DisplayOptionsMenu.tsx +++ b/packages/web/src/javascripts/Components/ContentListView/Header/DisplayOptionsMenu.tsx @@ -346,80 +346,82 @@ const DisplayOptionsMenu: FunctionComponent = ({ ) : null} - {!shouldHideNonApplicableOptions && ( - <> - -
View
- {!isFilesSmartView && ( + <> + +
View
+ {!shouldHideNonApplicableOptions && !isFilesSmartView && ( + +
Show note preview
+
+ )} + + Show date + + + Show tags + + + Show icon + + {!shouldHideNonApplicableOptions && ( + <> + +
Other
-
Show note preview
+ Show pinned
- )} - - Show date - - - Show tags - - - Show icon - - -
Other
- - Show pinned - - - Show protected - - - Show archived - - - Show trashed - - - )} + + Show protected + + + Show archived + + + Show trashed + + + )} + {currentMode === 'tag' && !isSystemTag && DailyEntryModeEnabled && !isTableViewEnabled && ( <>