Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 10, 2022
1 parent 7de479d commit c53d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/components/src/Zoom/Zoom.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const TemplateIFrame = (args) => {
src="/iframe.html?id=ui-panel--default&viewMode=story"
style={style}
ref={iFrameRef}
allowFullScreen
allow="fullscreen"
/>
</Zoom.IFrame>
);
Expand Down

0 comments on commit c53d926

Please sign in to comment.