mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
WIP: source error for all types
This commit is contained in:
@@ -7,14 +7,14 @@ const NoSource = ({ failedUrls }) => {
|
||||
<i className="material-icons no-source-icon">
|
||||
error
|
||||
</i>
|
||||
<div>No media found.</div>
|
||||
<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 className="no-source-row"> */}
|
||||
{/* The following URLs were tried: */}
|
||||
{/* </div> */}
|
||||
{/* <ul> */}
|
||||
{/* {failedUrls.map((url, idx) => <li key={idx}>{url}</li>)} */}
|
||||
{/* </ul> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user