Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Clipclops] rm `<Trans>` from header (#3818)

authored by

Hailey and committed by
GitHub
e977c99c c2062753

+2 -4
+2 -4
src/screens/Messages/Conversation/index.tsx
··· 3 3 import {AppBskyActorDefs} from '@atproto/api' 4 4 import {ChatBskyConvoDefs} from '@atproto-labs/api' 5 5 import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' 6 - import {msg, Trans} from '@lingui/macro' 6 + import {msg} from '@lingui/macro' 7 7 import {useLingui} from '@lingui/react' 8 8 import {useNavigation} from '@react-navigation/native' 9 9 import {NativeStackScreenProps} from '@react-navigation/native-stack' ··· 131 131 )} 132 132 <View style={[a.align_center, a.gap_sm]}> 133 133 <PreviewableUserAvatar size={32} profile={profile} /> 134 - <Text style={[a.text_lg, a.font_bold]}> 135 - <Trans>{profile.displayName}</Trans> 136 - </Text> 134 + <Text style={[a.text_lg, a.font_bold]}>{profile.displayName}</Text> 137 135 </View> 138 136 {service.convo ? ( 139 137 <ConvoMenu