Commit 51bf0d6c authored by Karishma Chadha's avatar Karishma Chadha

Fix lint error

parent b065ff86
...@@ -29,7 +29,7 @@ const StudioReport = ({ ...@@ -29,7 +29,7 @@ const StudioReport = ({
)} )}
{isOpen && ( {isOpen && (
<div style={{padding: '1rem', margin: '1rem', border: '1px solid green'}}> <div style={{padding: '1rem', margin: '1rem', border: '1px solid green'}}>
<div><FormattedMessage id="studio.report.studio" /></div> <div><FormattedMessage id="report.studio" /></div>
{previouslyReported ? ( {previouslyReported ? (
<React.Fragment> <React.Fragment>
<div>Submitted the report!</div> <div>Submitted the report!</div>
...@@ -55,7 +55,7 @@ const StudioReport = ({ ...@@ -55,7 +55,7 @@ const StudioReport = ({
disabled={isSubmitting} disabled={isSubmitting}
onClick={handleSubmit} onClick={handleSubmit}
> >
<FormattedMessage id="report.send" /> <FormattedMessage id="report.send" />
</button> </button>
<button onClick={handleClose}><FormattedMessage id="general.cancel" /></button> <button onClick={handleClose}><FormattedMessage id="general.cancel" /></button>
</React.Fragment> </React.Fragment>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment