mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 16:24:19 +00:00
Remove unused prop blocking build
This commit is contained in:
parent
1b91d1323c
commit
a8ac2e203f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"
|
||||||
import cn from "classnames"
|
import cn from "classnames"
|
||||||
|
|
||||||
|
|
||||||
export function BoardHeader({className}: {boardName: string, className?: string}) {
|
export function BoardHeader({className}: {className?: string}) {
|
||||||
const {isEditingTitle} = useManagedBoard();
|
const {isEditingTitle} = useManagedBoard();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue