fix linting issue

This commit is contained in:
Norbert de Langen 2022-10-10 09:56:49 +02:00
parent b1d4b4af4a
commit 7de479d35d
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -53,7 +53,7 @@ export class IFrame extends Component<IFrameProps> {
id={id}
title={title}
src={src}
allowFullScreen={allowFullScreen}
{...(allowFullScreen ? { allow: 'fullscreen' } : {})}
loading="lazy"
{...rest}
/>