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

displaying image nodes

This commit is contained in:
Fedor Katurov 2019-10-12 16:55:57 +07:00
parent c6ccbb0fb4
commit 09b4fbd7b6
3 changed files with 7 additions and 8 deletions

View file

@ -78,7 +78,7 @@ const NodeImageBlock: FC<IProps> = ({ node, is_loading }) => {
>
<img
className={styles.image}
src={getImageSize(file.url, 'node')}
src={getImageSize(file, 'node')}
alt=""
key={file.id}
onLoad={onImageLoad(index)}