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

cleared console logs

This commit is contained in:
muerwre 2019-08-25 17:58:14 +07:00
parent 6f90115d3b
commit 390fa51d0c
2 changed files with 0 additions and 7 deletions

View file

@ -39,8 +39,6 @@ const NodeImageBlock: FC<IProps> = ({ node, is_loading }) => {
]);
useEffect(() => {
console.log({ height });
if (!refs || !refs.current[current] || !loaded[current]) return setHeight(320);
const el = refs.current[current];