Fix lint error

This commit is contained in:
Karishma Chadha 2021-05-10 10:16:54 -04:00
parent b065ff86d4
commit 51bf0d6c3d

View file

@ -29,7 +29,7 @@ const StudioReport = ({
)}
{isOpen && (
<div style={{padding: '1rem', margin: '1rem', border: '1px solid green'}}>
<div><FormattedMessage id="studio.report.studio" /></div>
<div><FormattedMessage id="report.studio" /></div>
{previouslyReported ? (
<React.Fragment>
<div>Submitted the report!</div>
@ -55,7 +55,7 @@ const StudioReport = ({
disabled={isSubmitting}
onClick={handleSubmit}
>
<FormattedMessage id="report.send" />
<FormattedMessage id="report.send" />
</button>
<button onClick={handleClose}><FormattedMessage id="general.cancel" /></button>
</React.Fragment>