mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
💄
This commit is contained in:
@@ -75,7 +75,19 @@ const Media = ({ src, title }) => {
|
||||
</div>
|
||||
);
|
||||
default:
|
||||
return null;
|
||||
if (src === "HIDDEN") {
|
||||
return (
|
||||
<div className="card-cell media source-hidden">
|
||||
<h4>
|
||||
Source hidden
|
||||
<br />
|
||||
Privacy concerns
|
||||
</h4>
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -87,6 +87,7 @@ class TelegramEmbed extends Component {
|
||||
return (
|
||||
<div data-sharing-id={container} style={containerStyles}>
|
||||
<iframe
|
||||
title={src}
|
||||
ref={(node) => (this.iFrame = node)}
|
||||
src={src + "?embed=1"}
|
||||
height={height}
|
||||
|
||||
Reference in New Issue
Block a user