npm run lint:fix

This commit is contained in:
wattroll
2022-04-06 21:40:40 +03:00
parent 24d50fd773
commit b4eb4edcae
10 changed files with 437 additions and 427 deletions

View File

@@ -74,7 +74,10 @@ const Media = ({ src, title }) => {
return (
<div className="card-cell media embedded">
<TwitterTweetEmbed tweetId={tweetId} options={{ conversation: "none" }} />
<TwitterTweetEmbed
tweetId={tweetId}
options={{ conversation: "none" }}
/>
</div>
);
default: