1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
Fedor Katurov 2019-10-20 18:13:41 +07:00
parent 23a38fed60
commit f38865b01e

View file

@ -49,10 +49,3 @@ const Cell: FC<IProps> = ({ node: { id, title, thumbnail, type, blocks }, onSele
};
export { Cell };
/*
{type === NODE_TYPES.TEXT && (
<div className={styles.text}>{path(['blocks', 0, 'text'], blocks)}</div>
)}
}
*/