Add support for Twitter and Telegram

This commit is contained in:
Lachlan Kermode
2022-03-06 19:34:12 -05:00
parent b9eac1ce9a
commit 4113c04830
8 changed files with 142 additions and 13 deletions

View File

@@ -67,7 +67,6 @@ class CardStack extends React.Component {
return events.map((event, idx) => {
const thisRef = React.createRef();
this.refs[idx] = thisRef;
console.log(event);
const content = generateTemplate({
event,
@@ -78,7 +77,6 @@ class CardStack extends React.Component {
return (
<Card
ref={thisRef}
key={hash(content)}
content={content}
language={this.props.language}