diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx
index 4ccd40a11d..e98599b4ec 100644
--- a/src/components/moderation/LabelsOnMeDialog.tsx
+++ b/src/components/moderation/LabelsOnMeDialog.tsx
@@ -164,20 +164,18 @@ function Label({
{isSelfLabel ? (
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}
+
+
)}