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} + + )}