diff --git a/src/view/com/modals/report/Modal.tsx b/src/view/com/modals/report/Modal.tsx
index 90697b07..02ecefc0 100644
--- a/src/view/com/modals/report/Modal.tsx
+++ b/src/view/com/modals/report/Modal.tsx
@@ -26,7 +26,7 @@ const CollectionNames = {
[CollectionId.FeedGenerator]: Feed,
[CollectionId.Profile]: Profile,
[CollectionId.List]: List,
- [CollectionId.Post]: Post,
+ [CollectionId.Post]: Post,
}
type ReportComponentProps =