import React from 'react'; import classes from 'classnames'; export default function ({ data = [], active, activeMarkers = {}, onChange }) { return ; } function onClick (i, onChange, active) { if (i !== active) { onChange(i); } }