Use matching type in ProfileFollows screen

This commit is contained in:
Eric Bailey
2025-01-02 15:10:01 -06:00
parent 30de00cdfa
commit 0334813160
+1 -1
View File
@@ -17,7 +17,7 @@ function renderItem({
item, item,
index, index,
}: { }: {
item: ActorDefs.ProfileViewBasic item: ActorDefs.ProfileView
index: number index: number
}) { }) {
return ( return (