mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +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 (
|
||||
<section className={cn(style.boardEditor, className)}>
|
||||
<TaskEditor t={t} editorHook={editorHook}/>
|
||||
<TaskEditor lang={lang} t={t} editorHook={editorHook}/>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue