mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
cleared console logs
This commit is contained in:
parent
6f90115d3b
commit
390fa51d0c
2 changed files with 0 additions and 7 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue