mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Fix lint error
This commit is contained in:
parent
b065ff86d4
commit
51bf0d6c3d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue