Fix indentation

This commit is contained in:
uwap 2018-10-20 09:03:15 +02:00
parent 08aff120bd
commit a0cb05b294

View file

@ -89,7 +89,7 @@ const isVisible = (props: ControlMapProps) =>
(b, e) => b || safeIncludes(e, props.search.toLowerCase()), false);
}
return false;
};
};
const renderMarkers = (props: ControlMapProps) =>
map(filter(props.controls, isVisible(props)), renderMarker(props));