Skip to content

Commit

Permalink
Remove the 'matching contact' label
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Aug 27, 2024
1 parent 7aeefc4 commit 02b441f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions views/Channels/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,6 @@ export default class ChannelView extends React.Component<
</Text>
</TouchableOpacity>
)}
<Text
style={{
fontSize: 16,
marginBottom: 8
}}
>
{`${localeString(
'views.Channel.matchingContactFound'
)}`}
</Text>
{remotePubkey && this.renderContactLink(remotePubkey)}
</View>
<BalanceSlider
Expand Down Expand Up @@ -858,7 +848,6 @@ const styles = StyleSheet.create({
paddingBottom: 15
},
container: {
marginTop: 8,
paddingHorizontal: 16,
paddingVertical: 12,
borderRadius: 6,
Expand Down

0 comments on commit 02b441f

Please sign in to comment.