[inula-intl] 修正空格缩进
This commit is contained in:
parent
1a255a85f0
commit
0f14d48a77
|
@ -32,7 +32,7 @@ const App = () => {
|
|||
const message = locale === 'zh' ? zh : en
|
||||
|
||||
|
||||
return (
|
||||
return (
|
||||
<IntlProvider locale={locale} messages={locale === 'zh' ? zh : en}>
|
||||
<header>Inula-Intl API Test Demo</header>
|
||||
|
||||
|
|
Loading…
Reference in New Issue