Skip to content

Commit

Permalink
remove delete board
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Dec 10, 2023
1 parent 2168fa8 commit e28199f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ export default function Header() {
title: "Edit board",
handler: editBoard,
},
{
title: "Delete board",
handler: () => {
setDeleteBoard(true), handleOpenMenu();
},
},
// {
// title: "Delete board",
// handler: () => {
// setDeleteBoard(true), handleOpenMenu();
// },
// },
{
title: "Reset board",
handler: resetBoard,
Expand Down

0 comments on commit e28199f

Please sign in to comment.