diff --git a/playground/components/whiteboard/board-item.tsx b/playground/components/whiteboard/board-item.tsx index dce76a6..fc0eced 100644 --- a/playground/components/whiteboard/board-item.tsx +++ b/playground/components/whiteboard/board-item.tsx @@ -50,7 +50,6 @@ function BoardItem({ item }: { item: BoardItemProps }) { return ( ); case 'scatterplot':