Update LabelsOnMeDialog.tsx
This commit is contained in:
@@ -164,20 +164,18 @@ function Label({
|
|||||||
{isSelfLabel ? (
|
{isSelfLabel ? (
|
||||||
<Trans>This label was applied by you.</Trans>
|
<Trans>This label was applied by you.</Trans>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<Trans>
|
||||||
<Trans>
|
Source:{' '}
|
||||||
Source:{' '}
|
<InlineLinkText
|
||||||
<InlineLinkText
|
to={makeProfileLink(
|
||||||
to={makeProfileLink(
|
labeler ? labeler.creator : {did: label.src, handle: ''},
|
||||||
labeler ? labeler.creator : {did: label.src, handle: ''},
|
)}
|
||||||
)}
|
onPress={() => control.close()}>
|
||||||
onPress={() => control.close()}>
|
{labeler
|
||||||
{labeler
|
? sanitizeHandle(labeler.creator.handle, '@')
|
||||||
? sanitizeHandle(labeler.creator.handle, '@')
|
: label.src}
|
||||||
: label.src}
|
</InlineLinkText>
|
||||||
</InlineLinkText>
|
</Trans>
|
||||||
</Trans>
|
|
||||||
</>
|
|
||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user