Update LabelsOnMeDialog.tsx

This commit is contained in:
Minseo Lee
2024-05-13 13:27:54 +09:00
parent 02db034d6e
commit 50a41cbab4
@@ -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>