chore: use babel transformer for formatted message id

This commit is contained in:
2024-04-29 09:54:41 +01:00
parent b642f13d36
commit e6faf5d3ad
112 changed files with 555 additions and 458 deletions

View File

@ -30,7 +30,7 @@ export function ListFeedPage() {
if (data.kind !== EventKind.ContactList && data.kind !== EventKind.FollowSet) {
return (
<b>
<FormattedMessage defaultMessage="Must be a contact list or pubkey list" id="vB3oQ/" />
<FormattedMessage defaultMessage="Must be a contact list or pubkey list" />
</b>
);
}