about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/modals/report/Modal.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/modals/report/Modal.tsx b/src/view/com/modals/report/Modal.tsx
index dbe364846..90697b078 100644
--- a/src/view/com/modals/report/Modal.tsx
+++ b/src/view/com/modals/report/Modal.tsx
@@ -131,7 +131,9 @@ export function Component(content: ReportComponentProps) {
 const getCollectionNameForReport = (atUri: AtUri | null) => {
   if (!atUri) return <Trans>Account</Trans>
   // Generic fallback for any collection being reported
-  return CollectionNames[atUri.collection as CollectionId] || <Trans>Content</Trans>
+  return (
+    CollectionNames[atUri.collection as CollectionId] || <Trans>Content</Trans>
+  )
 }
 
 const SelectIssue = ({