diff --git a/apps/web/src/components/group-header/index.tsx b/apps/web/src/components/group-header/index.tsx index 0db280cd4..9f9ccfd20 100644 --- a/apps/web/src/components/group-header/index.tsx +++ b/apps/web/src/components/group-header/index.tsx @@ -111,7 +111,8 @@ const sortByMenu: (options: GroupingMenuOptions) => MenuItem = (options) => ({ { key: "dateCreated", title: "Date created", - isHidden: options.groupingKey === "trash" + isHidden: + options.groupingKey === "trash" || options.groupingKey === "tags" }, { key: "dateEdited",