diff --git a/src/components/contacts/screens/ViewMatches.tsx b/src/components/contacts/screens/ViewMatches.tsx index 65fc53bd88..05b2987518 100644 --- a/src/components/contacts/screens/ViewMatches.tsx +++ b/src/components/contacts/screens/ViewMatches.tsx @@ -79,7 +79,6 @@ export function ViewMatches({ }) { const t = useTheme() const {_} = useLingui() - const t = useTheme() const gutter = useGutters([0, 'wide']) const moderationOpts = useModerationOpts() const queryClient = useQueryClient() @@ -364,29 +363,31 @@ export function ViewMatches({ ListFooterComponent={!isEmpty ? : null} keyExtractor={keyExtractor} /> - {context === 'Onboarding' && ( - - - - )} + ) : ( + Done + )} + + + ) }