From 02db034d6e7305f420fea2fc03339a31e2fbbe31 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Mon, 13 May 2024 10:32:00 +0900 Subject: [PATCH] Update LabelsOnMeDialog.tsx --- .../moderation/LabelsOnMeDialog.tsx | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx index 858ac9ce4a..4ccd40a11d 100644 --- a/src/components/moderation/LabelsOnMeDialog.tsx +++ b/src/components/moderation/LabelsOnMeDialog.tsx @@ -162,19 +162,21 @@ function Label({ {isSelfLabel ? ( - This label was applied by you + This label was applied by you. ) : ( <> - Source:{' '} - control.close()}> - {labeler - ? sanitizeHandle(labeler.creator.handle, '@') - : label.src} - + + Source:{' '} + control.close()}> + {labeler + ? sanitizeHandle(labeler.creator.handle, '@') + : label.src} + + )}