diff --git a/src/view/com/modals/report/Modal.tsx b/src/view/com/modals/report/Modal.tsx
index dbe36484..90697b07 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 Account
// Generic fallback for any collection being reported
- return CollectionNames[atUri.collection as CollectionId] || Content
+ return (
+ CollectionNames[atUri.collection as CollectionId] || Content
+ )
}
const SelectIssue = ({