fix: remove redundant props (#4787)
This commit is contained in:
@@ -46,8 +46,7 @@ const LocaleLayout = ({
|
||||
<Topbar/>
|
||||
<BrowerInitor>
|
||||
<SentryInitor>
|
||||
{/* @ts-expect-error Async Server Component */}
|
||||
<I18nServer locale={locale}>{children}</I18nServer>
|
||||
<I18nServer>{children}</I18nServer>
|
||||
</SentryInitor>
|
||||
</BrowerInitor>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user