This commit is contained in:
Ray Schamp 2018-06-18 17:19:12 -04:00
parent 0c3221f835
commit 9e02798f7b
2 changed files with 2 additions and 2 deletions

View file

@ -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'},

View file

@ -274,7 +274,7 @@ const PreviewPresentation = ({
</Formsy>
</div>
)}
</div>
</div>
);
};