Fix design issues with recent react-intl upgrade (#25272)

local
Claire 12 months ago committed by GitHub
parent bacb674921
commit c2c396157f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/mastodon/locales/intl_provider.tsx

@ -48,6 +48,7 @@ export const IntlProvider: React.FC<
locale={locale}
messages={messages}
onError={onProviderError}
textComponent='span'
{...props}
>
{children}

Loading…
Cancel
Save