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