[Glitch] Fix design issues with recent react-intl upgrade

Port c2c396157f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Claire 12 months ago
parent a8a30f1298
commit 475185a2ee
  1. 1
      app/javascript/flavours/glitch/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