From 0334813160a4044c7bfe91c98a4a50921518218c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 2 Jan 2025 15:10:01 -0600 Subject: [PATCH] Use matching type in ProfileFollows screen --- src/view/com/profile/ProfileFollows.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/profile/ProfileFollows.tsx b/src/view/com/profile/ProfileFollows.tsx index 1cd65c74c0..d67a7261ab 100644 --- a/src/view/com/profile/ProfileFollows.tsx +++ b/src/view/com/profile/ProfileFollows.tsx @@ -17,7 +17,7 @@ function renderItem({ item, index, }: { - item: ActorDefs.ProfileViewBasic + item: ActorDefs.ProfileView index: number }) { return (