mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fix for linting
This commit is contained in:
parent
d72a605e69
commit
1b95e643a9
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ var TTTModal = React.createClass({
|
|||
activityLoc: React.PropTypes.string.isRequired,
|
||||
guideLoc: React.PropTypes.string.isRequired,
|
||||
thumbUrl: React.PropTypes.string.isRequired,
|
||||
bannerUrl: React.PropTypes.string.isRequired,
|
||||
bannerUrl: React.PropTypes.string.isRequired
|
||||
},
|
||||
render: function () {
|
||||
var modalOmit = [
|
||||
|
|
|
@ -19,7 +19,6 @@ var IframeModal = require('../../components/modal/iframe/modal.jsx');
|
|||
var News = require('../../components/news/news.jsx');
|
||||
var Page = require('../../components/page/www/page.jsx');
|
||||
var TeacherBanner = require('../../components/teacher-banner/teacher-banner.jsx');
|
||||
var TTTModal = require('../../components/modal/ttt/modal.jsx');
|
||||
var Welcome = require('../../components/welcome/welcome.jsx');
|
||||
|
||||
var MediaQuery = require('react-responsive');
|
||||
|
|
Loading…
Reference in a new issue