Skip to content

Commit

Permalink
fix omnipresent pencil
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and maryhipp committed Feb 19, 2025
1 parent e1f2b23 commit 4bba7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const BoardEditableTitle = memo(({ board, isSelected }: Props) => {
>
{editable.value}
</Text>
{isHovering && (
{isHovering.isTrue && (
<IconButton
aria-label="edit name"
icon={<PiPencilBold />}
Expand Down

0 comments on commit 4bba7de

Please sign in to comment.