mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Lint
This commit is contained in:
parent
0c3221f835
commit
9e02798f7b
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ const TextArea = require('../../forms/textarea.jsx');
|
|||
require('../../forms/button.scss');
|
||||
require('./modal.scss');
|
||||
|
||||
const REPORT_OPTIONS =[
|
||||
const REPORT_OPTIONS = [
|
||||
{
|
||||
value: '',
|
||||
label: {id: 'report.reasonPlaceHolder'},
|
||||
|
|
|
@ -274,7 +274,7 @@ const PreviewPresentation = ({
|
|||
</Formsy>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue