mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-17 15:58:35 +03:00
Linting fixes
This commit is contained in:
@@ -9,7 +9,7 @@ function ClusterEvents ({
|
||||
onSelect,
|
||||
svg,
|
||||
clusters,
|
||||
numClusters,
|
||||
numClusters
|
||||
}) {
|
||||
function renderClusterBySize (cluster) {
|
||||
const { point_count: pointCount, cluster_id: clusterId } = cluster.properties
|
||||
@@ -20,7 +20,7 @@ function ClusterEvents ({
|
||||
fill: colors.fallbackEventColor,
|
||||
stroke: colors.darkBackground,
|
||||
strokeWidth: 0,
|
||||
fillOpacity: calcOpacity(pointCount),
|
||||
fillOpacity: calcOpacity(pointCount)
|
||||
})
|
||||
|
||||
return (
|
||||
@@ -39,7 +39,6 @@ function ClusterEvents ({
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
function renderCluster (cluster) {
|
||||
/**
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user