diff --git a/src/components/flow/Cell/index.tsx b/src/components/flow/Cell/index.tsx index 46148fb0..49941986 100644 --- a/src/components/flow/Cell/index.tsx +++ b/src/components/flow/Cell/index.tsx @@ -49,10 +49,3 @@ const Cell: FC = ({ node: { id, title, thumbnail, type, blocks }, onSele }; export { Cell }; - -/* - {type === NODE_TYPES.TEXT && ( -
{path(['blocks', 0, 'text'], blocks)}
- )} - } -*/