Add advanced search UI (#10992)
This commit is contained in:
@@ -22,7 +22,7 @@ export const ProfileSearchScreen = ({route}: Props) => {
|
||||
|
||||
const fixedParams = useMemo(
|
||||
() => ({
|
||||
from: profile?.handle ?? name,
|
||||
author: profile?.handle ?? name,
|
||||
}),
|
||||
[profile?.handle, name],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user