remove comments in NoSource

This commit is contained in:
Lachlan Kermode
2019-01-02 15:45:01 +00:00
parent 2dff5db402
commit 7c1bf4ca9d

View File

@@ -9,12 +9,6 @@ const NoSource = ({ failedUrls }) => {
</i>
<div>No media found, as the original media has not yet been uploaded to the platform.</div>
</div>
{/* <div className="no-source-row"> */}
{/* The following URLs were tried: */}
{/* </div> */}
{/* <ul> */}
{/* {failedUrls.map((url, idx) => <li key={idx}>{url}</li>)} */}
{/* </ul> */}
</div>
)
}