From 137b974faacbdf92c6968150305cca43fbdec4bd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 3 Apr 2025 15:55:46 -0500 Subject: [PATCH] Remove unused prop --- src/screens/Search/Explore.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index a8af060b7b..9fd31a244c 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -364,7 +364,6 @@ export function Explore({ type: 'profile', key: actor.did, profile: actor, - recId: page.recId, }) } }