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

Fix lint error

parent b065ff86
......@@ -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>
......
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