mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix design issues with recent react-intl upgrade (#25272)
This commit is contained in:
parent
bacb674921
commit
c2c396157f
@ -48,6 +48,7 @@ export const IntlProvider: React.FC<
|
||||
locale={locale}
|
||||
messages={messages}
|
||||
onError={onProviderError}
|
||||
textComponent='span'
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
|
Loading…
Reference in New Issue
Block a user