~cytrogen/masto-fe

c2c396157fa76160b2bb28fd224b1eac40c9c220 — Claire 2 years ago bacb674
Fix design issues with recent react-intl upgrade (#25272)

1 files changed, 1 insertions(+), 0 deletions(-)

M app/javascript/mastodon/locales/intl_provider.tsx
M app/javascript/mastodon/locales/intl_provider.tsx => app/javascript/mastodon/locales/intl_provider.tsx +1 -0
@@ 48,6 48,7 @@ export const IntlProvider: React.FC<
      locale={locale}
      messages={messages}
      onError={onProviderError}
      textComponent='span'
      {...props}
    >
      {children}