chore(templates): fix website template error
This commit is contained in:
committed by
Jacob Fletcher
parent
25ae4a24f2
commit
9006643102
@@ -20,8 +20,10 @@ export const Media: React.FC<Props> = props => {
|
||||
: {})}
|
||||
>
|
||||
{isVideo ? (
|
||||
// @ts-expect-error
|
||||
<Video {...props} />
|
||||
) : (
|
||||
// @ts-expect-error
|
||||
<Image {...props} /> // eslint-disable-line
|
||||
)}
|
||||
</Tag>
|
||||
|
||||
Reference in New Issue
Block a user