This commit is contained in:
parent
06332e8f52
commit
e9dc494268
|
|
@ -294,7 +294,7 @@ export const SidebarDataList: FC<SidebarDataListProps> = ({
|
||||||
{dateCategories.map(({ key, label }) => {
|
{dateCategories.map(({ key, label }) => {
|
||||||
const sortedData = getSortedData(
|
const sortedData = getSortedData(
|
||||||
dataWithoutFolders,
|
dataWithoutFolders,
|
||||||
key as "Today" | "Yesterday" | "Previous Week" | "Older"
|
key as "Today" | "Yesterday" | "PreviousWeek" | "Older"
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue