Skip to content

Commit

Permalink
Fix design issues with recent react-intl upgrade (mastodon#25272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Jun 5, 2023
1 parent bacb674 commit c2c3961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/mastodon/locales/intl_provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const IntlProvider: React.FC<
locale={locale}
messages={messages}
onError={onProviderError}
textComponent='span'
{...props}
>
{children}
Expand Down

0 comments on commit c2c3961

Please sign in to comment.