fix: remove redundant props (#4787)
This commit is contained in:
@@ -7,7 +7,7 @@ export type II18NServerProps = {
|
||||
children: React.ReactNode
|
||||
}
|
||||
|
||||
const I18NServer = async ({
|
||||
const I18NServer = ({
|
||||
children,
|
||||
}: II18NServerProps) => {
|
||||
const locale = getLocaleOnServer()
|
||||
|
Reference in New Issue
Block a user