mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix linting issue
This commit is contained in:
parent
b1d4b4af4a
commit
7de479d35d
@ -53,7 +53,7 @@ export class IFrame extends Component<IFrameProps> {
|
||||
id={id}
|
||||
title={title}
|
||||
src={src}
|
||||
allowFullScreen={allowFullScreen}
|
||||
{...(allowFullScreen ? { allow: 'fullscreen' } : {})}
|
||||
loading="lazy"
|
||||
{...rest}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user