Add Missing Semicolon

This commit is contained in:
Alexandru Branza 2022-02-04 16:48:47 +02:00
parent 67e3ffeed4
commit 449d8e1034

View file

@ -101,7 +101,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
// show img.alt without broken image icon
currentTarget.className = styles['missing'];
}
}
};
return (
<div className={classnames(className, styles['meta-preview-container'], { [styles['compact']]: compact })}>
{