1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
Fedor Katurov 2019-11-07 12:26:27 +07:00
parent 4c373dd57c
commit c8ca961935

View file

@ -110,7 +110,7 @@ const Cell: FC<IProps> = ({
}} }}
onClick={onClick} onClick={onClick}
> >
<img src={getURL({ url: thumbnail }, PRESETS.cover)} onLoad={onImageLoad} alt="" /> <img src={getURL({ url: thumbnail })} onLoad={onImageLoad} alt="" />
</div> </div>
)} )}
</div> </div>