mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: rebuild timeline page
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user