diff --git a/apps/renderer/src/modules/feed-column/sort-by/SortByAlphabeticalList.tsx b/apps/renderer/src/modules/feed-column/sort-by/SortByAlphabeticalList.tsx index a9f0e352e..ff4842b6f 100644 --- a/apps/renderer/src/modules/feed-column/sort-by/SortByAlphabeticalList.tsx +++ b/apps/renderer/src/modules/feed-column/sort-by/SortByAlphabeticalList.tsx @@ -75,8 +75,8 @@ export const SortByAlphabeticalListList = ({ view, data }: ListListProps) => { export const SortByAlphabeticalInboxList = ({ view, data }: ListListProps) => { return (
- {Object.keys(data).map((inboxId) => ( - + {Object.keys(data).map((feedId) => ( + ))}
)