From 120ed34ee28b0b7e4a7bce234ba0af1a82075f3a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 27 Feb 2025 22:44:31 +0000 Subject: [PATCH] Update RecentChats.tsx --- src/components/PostControls/ShareMenu/RecentChats.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/PostControls/ShareMenu/RecentChats.tsx b/src/components/PostControls/ShareMenu/RecentChats.tsx index a6936147a7..a7cf550b42 100644 --- a/src/components/PostControls/ShareMenu/RecentChats.tsx +++ b/src/components/PostControls/ShareMenu/RecentChats.tsx @@ -1,6 +1,6 @@ import {ScrollView, View} from 'react-native' import {moderateProfile, type ModerationOpts} from '@atproto/api' -import {msg} from '@lingui/macro' +import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useNavigation} from '@react-navigation/native' @@ -46,8 +46,7 @@ export function RecentChats({postUri}: {postUri: string}) { horizontal style={[a.flex_1, a.pt_2xs, {minHeight: 98}]} contentContainerStyle={[a.gap_sm, a.px_md]} - showsHorizontalScrollIndicator={false} - onLayout={evt => console.log(evt.nativeEvent.layout)}> + showsHorizontalScrollIndicator={false}> {convos && convos.length > 0 ? ( convos.map(convo => { const otherMember = convo.members.find(