!47 [inula-intl] 修正空格缩进

Merge pull request !47 from LogCreative/master
This commit is contained in:
openInula-robot 2023-10-20 08:06:35 +00:00 committed by Gitee
commit bc2c7d18d9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const App = () => {
const message = locale === 'zh' ? zh : en const message = locale === 'zh' ? zh : en
return ( return (
<IntlProvider locale={locale} messages={locale === 'zh' ? zh : en}> <IntlProvider locale={locale} messages={locale === 'zh' ? zh : en}>
<header>Inula-Intl API Test Demo</header> <header>Inula-Intl API Test Demo</header>