1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed no-comment height

This commit is contained in:
Fedor Katurov 2019-10-12 18:08:08 +07:00
parent b844e58568
commit 2d65641693
2 changed files with 2 additions and 9 deletions

View file

@ -49,12 +49,3 @@ const Cell: FC<IProps> = ({ node: { id, title, brief, type }, onSelect, is_text
};
export { Cell };
/*
{is_text && (
<div className={styles.text}>
<div className={styles.text_title}>{node.title}</div>
{TEXTS.LOREM_IPSUM}
</div>
)}
*/