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/components/LabelingServiceCard | |
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/components/LabelingServiceCard')
-rw-r--r-- | src/components/LabelingServiceCard/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LabelingServiceCard/index.tsx b/src/components/LabelingServiceCard/index.tsx index 6d0613511..f924f0f59 100644 --- a/src/components/LabelingServiceCard/index.tsx +++ b/src/components/LabelingServiceCard/index.tsx @@ -104,7 +104,7 @@ export function Default({ }: LabelingServiceProps & ViewStyleProp) { return ( <Outer style={style}> - <Avatar /> + <Avatar avatar={labeler.creator.avatar} /> <Content> <Title value={getLabelingServiceTitle({ |