From f38865b01e94cd3ff2a318fbc82cbb6f04aa034b Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sun, 20 Oct 2019 18:13:41 +0700 Subject: [PATCH] cleanup --- src/components/flow/Cell/index.tsx | 7 ------- 1 file changed, 7 deletions(-) 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)}
- )} - } -*/