chore: add disable filter to renderer context

This commit is contained in:
Steven
2024-01-18 14:52:57 +08:00
parent d426f89cf0
commit 893dd2c85e
7 changed files with 24 additions and 12 deletions

View File

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