This commit is contained in:
hailin 2025-04-21 00:29:42 +08:00
parent 06332e8f52
commit e9dc494268
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ export const SidebarDataList: FC<SidebarDataListProps> = ({
{dateCategories.map(({ key, label }) => {
const sortedData = getSortedData(
dataWithoutFolders,
key as "Today" | "Yesterday" | "Previous Week" | "Older"
key as "Today" | "Yesterday" | "PreviousWeek" | "Older"
)
return (