This commit is contained in:
parent
06332e8f52
commit
e9dc494268
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue