mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
layered projects working; with some bugs
This commit is contained in:
@@ -259,8 +259,8 @@ class Timeline extends React.Component {
|
||||
this.props.methods.onUpdateTimerange(this.state.timerange)
|
||||
}
|
||||
|
||||
getDatetimeX (dt) {
|
||||
return this.state.scaleX(parseDate(dt.timestamp))
|
||||
getDatetimeX (timestamp) {
|
||||
return this.state.scaleX(parseDate(timestamp))
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user