mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
fix media describing logic
This commit is contained in:
@@ -112,9 +112,9 @@ function SourceOverlay ({ source, onCancel }) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
{img ? `${img}, `: ''}
|
||||
{(vid && txt) ? `${vid}, `: vid}
|
||||
{txt}
|
||||
{img ? img : ''}
|
||||
{vid ? `, ${vid}`: ''}
|
||||
{txt ? `, ${txt}`: ''}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user