From 867f3eff458aee419f7120377802a3174b1a689e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 19 Mar 2024 12:25:55 -0500 Subject: [PATCH] Straggler --- src/view/com/profile/ProfileCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx index 69d220b053..235139fff0 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -225,6 +225,7 @@ function FollowersList({ avatar={f.avatar} size={32} moderation={mod.ui('avatar')} + type={f.associated?.labeler ? 'labeler' : 'user'} />