diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-03-19 11:38:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 11:38:17 -0700 |
commit | c9c3bd98b7418845c4e7ee64060a4362eb2e3128 (patch) | |
tree | 28a544ed1f2ed55722afbc12476fa5d1ab515b7a /src/screens/Moderation | |
parent | 9277282e6c9ea90003a4ee583c862af6e96b5433 (diff) | |
download | voidsky-c9c3bd98b7418845c4e7ee64060a4362eb2e3128.tar.zst |
Rework the labeler selection step of the report flow (#3269)
* Rework the labeler selection step of the report flow * Fix: use gtMobile * Use primitives, fix avatar * Spacing tweaks * Show handle instead of description --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/screens/Moderation')
-rw-r--r-- | src/screens/Moderation/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index 50e5ee3b9..d73823fad 100644 --- a/src/screens/Moderation/index.tsx +++ b/src/screens/Moderation/index.tsx @@ -411,7 +411,7 @@ export function ModerationScreenInner({ t.atoms.bg_contrast_50, ], ]}> - <LabelingService.Avatar /> + <LabelingService.Avatar avatar={labeler.creator.avatar} /> <LabelingService.Content> <LabelingService.Title value={getLabelingServiceTitle({ |