mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
removes irrelevant conversation tweets
This commit is contained in:
@@ -74,7 +74,7 @@ const Media = ({ src, title }) => {
|
||||
|
||||
return (
|
||||
<div className="card-cell media embedded">
|
||||
<TwitterTweetEmbed tweetId={tweetId} />
|
||||
<TwitterTweetEmbed tweetId={tweetId} options={{ conversation: "none" }} />
|
||||
</div>
|
||||
);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user