1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00

WHITESPACE removed some hanging spaces

This commit is contained in:
thomasrosen 2021-04-21 00:54:35 +02:00
parent cb4c608a05
commit 62ea3ce2ec

View file

@ -66,7 +66,7 @@ export function AppLocalizationProvider({ userLocales, children, onLocaleChange
_supportedLocales_, _supportedLocales_,
{ defaultLocale: _defaultLocale_ } { defaultLocale: _defaultLocale_ }
) )
if (!!onLocaleChange) { if (!!onLocaleChange) {
onLocaleChange(currentLocales) onLocaleChange(currentLocales)
} }