updated note connector

This commit is contained in:
Ren Amamiya
2023-04-06 09:49:46 +07:00
parent 5437ec5c92
commit 365ec3df88
2 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ import { Placeholder } from '@components/note/placeholder';
import { hasNewerNoteAtom } from '@stores/note';
import { dateToUnix } from '@utils/getDate';
import { filteredData } from '@utils/transform';
import { ArrowUpIcon } from '@radix-ui/react-icons';
import { useAtom } from 'jotai';
@@ -100,7 +99,7 @@ export default function Page() {
)}
<Virtuoso
ref={virtuosoRef}
data={filteredData(data)}
data={data}
itemContent={itemContent}
computeItemKey={computeItemKey}
components={COMPONENTS}