mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-17 07:48:33 +03:00
Remove warnings
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
import * as selectors from "../../selectors";
|
||||
import { getFilterIdxFromColorSet } from "../../common/utilities";
|
||||
import copy from "../../common/data/copy.json";
|
||||
import hash from "object-hash";
|
||||
|
||||
class CardStack extends React.Component {
|
||||
constructor() {
|
||||
@@ -80,7 +81,7 @@ class CardStack extends React.Component {
|
||||
return (
|
||||
<Card
|
||||
ref={thisRef}
|
||||
key={idx}
|
||||
key={hash(content)}
|
||||
content={content}
|
||||
language={this.props.language}
|
||||
isLoading={this.props.isLoading}
|
||||
|
||||
Reference in New Issue
Block a user