Fix indentation
This commit is contained in:
parent
08aff120bd
commit
a0cb05b294
1 changed files with 9 additions and 9 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue