From 671874b81c3287d73c65674ab4595f3de5d74ce6 Mon Sep 17 00:00:00 2001 From: Clauderic Demers Date: Sun, 3 Nov 2024 17:00:56 -0500 Subject: [PATCH] Clean up stories --- apps/stories/stories/react/Sortable/iframe/IframeExample.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/stories/stories/react/Sortable/iframe/IframeExample.tsx b/apps/stories/stories/react/Sortable/iframe/IframeExample.tsx index c166bca5..ef2f2921 100644 --- a/apps/stories/stories/react/Sortable/iframe/IframeExample.tsx +++ b/apps/stories/stories/react/Sortable/iframe/IframeExample.tsx @@ -39,7 +39,6 @@ export function IframeLists({ defaultItems ?? { Host: createRange(itemCount).map((id) => `Host: ${id}`), Iframe: createRange(itemCount).map((id) => `Iframe: ${id}`), - Transformed: createRange(itemCount).map((id) => `Transformed: ${id}`), } ); const [columns, setColumns] = useState(Object.keys(items)); @@ -161,7 +160,6 @@ interface SortableItemProps { const COLORS: Record = { Host: '#7193f1', Iframe: '#FF851B', - Transformed: '#2ECC40', }; function SortableItem({