Add advanced search UI (#10992)

This commit is contained in:
DS Boyce
2026-06-26 16:16:48 -07:00
committed by GitHub
parent c5b3810229
commit 248290e0b3
36 changed files with 3929 additions and 261 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const ProfileSearchScreen = ({route}: Props) => {
const fixedParams = useMemo(
() => ({
from: profile?.handle ?? name,
author: profile?.handle ?? name,
}),
[profile?.handle, name],
)