removes irrelevant conversation tweets

This commit is contained in:
msramalho
2022-03-16 10:53:47 +01:00
parent ab7e9b0fb3
commit 26b0dcbda0

View File

@@ -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: