From 7eed1d6fc3d370939982ff87ffbe1f5ed83d3061 Mon Sep 17 00:00:00 2001 From: Franc Camps-Febrer Date: Thu, 31 Jan 2019 15:28:46 -0500 Subject: [PATCH] Sync styling of marker in both map and timeline from config --- src/components/Dashboard.jsx | 2 +- src/components/Map.jsx | 2 +- src/components/Timeline.jsx | 8 +++----- src/components/presentational/Timeline/Markers.js | 8 +++++++- src/scss/timeline.scss | 7 ------- 5 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/components/Dashboard.jsx b/src/components/Dashboard.jsx index 4e5168a..19d5637 100644 --- a/src/components/Dashboard.jsx +++ b/src/components/Dashboard.jsx @@ -92,7 +92,7 @@ class Dashboard extends React.Component { render () { const { actions, app, domain, ui } = this.props - console.log(app) + return (
- {/* */} { +const TimelineMarkers = ({ styles, getEventX, getCategoryY, transitionDuration, selected }) => { function renderMarker (event) { return (