mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Lint
This commit is contained in:
parent
65734a9577
commit
715ef7d675
1 changed files with 7 additions and 5 deletions
|
@ -124,7 +124,9 @@ var Intro = React.createClass({
|
||||||
isOpen={this.state.videoOpen}
|
isOpen={this.state.videoOpen}
|
||||||
onRequestClose={this.closeVideo}
|
onRequestClose={this.closeVideo}
|
||||||
frameSettings={frameSettings}>
|
frameSettings={frameSettings}>
|
||||||
<iframe src="//player.vimeo.com/video/65583694?title=0&byline=0&portrait=0" {...omit(frameSettings, 'padding')} />
|
<iframe
|
||||||
|
src="//player.vimeo.com/video/65583694?title=0&byline=0&portrait=0"
|
||||||
|
{...omit(frameSettings, 'padding')} />
|
||||||
</Modal>
|
</Modal>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue