Update LabelsOnMeDialog.tsx
This commit is contained in:
@@ -164,7 +164,6 @@ 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
|
||||||
@@ -177,7 +176,6 @@ function Label({
|
|||||||
: label.src}
|
: label.src}
|
||||||
</InlineLinkText>
|
</InlineLinkText>
|
||||||
</Trans>
|
</Trans>
|
||||||
</>
|
|
||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user