mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 16:24:19 +00:00
Pass lang down
This commit is contained in:
parent
a39ec41a19
commit
cd05b15c7b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export function BoardEditor({className, lang, t, editorHook}: {className?: strin
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className={cn(style.boardEditor, className)}>
|
<section className={cn(style.boardEditor, className)}>
|
||||||
<TaskEditor t={t} editorHook={editorHook}/>
|
<TaskEditor lang={lang} t={t} editorHook={editorHook}/>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue