Update Modal.tsx

zio/stable
Minseo Lee 2024-03-16 17:17:54 +09:00
parent 86d036cca8
commit 73dae9f7b5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const CollectionNames = {
[CollectionId.FeedGenerator]: <Trans>Feed</Trans>,
[CollectionId.Profile]: <Trans>Profile</Trans>,
[CollectionId.List]: <Trans>List</Trans>,
[CollectionId.Post]: <Trans>Post</Trans>,
[CollectionId.Post]: <Trans context="description">Post</Trans>,
}
type ReportComponentProps =