feat: rebuild timeline page

This commit is contained in:
Steven
2024-01-17 21:59:49 +08:00
parent e4488da96e
commit 6d7186fc81
9 changed files with 204 additions and 124 deletions

View File

@ -92,7 +92,7 @@ const UserProfile = () => {
</div>
</div>
{sortedMemos.map((memo) => (
<MemoView key={memo.id} memo={memo} showVisibility showPinnedStyle showParent />
<MemoView key={memo.id} memo={memo} showVisibility showPinnedStyle />
))}
{isRequesting ? (
<div className="flex flex-col justify-start items-center w-full my-4">