feat: adds graphic content protection

This commit is contained in:
msramalho
2022-08-24 10:00:19 +01:00
parent 182deb7ca2
commit 35f849b78a
7 changed files with 192 additions and 26902 deletions

View File

@@ -77,7 +77,8 @@ class CardStack extends React.Component {
return (
<Card
key={hash(content)}
key={idx}
cardIdx={idx}
content={content}
language={this.props.language}
isLoading={this.props.isLoading}