Skip to content

Commit

Permalink
Run eslint on PropertyMap.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyZoos committed Nov 16, 2024
1 parent 7f3eed9 commit 22d4afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PropertyMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ const PropertyMap: FC<PropertyMapProps> = ({
markerOnSelected={false}
filter={(feature: any) => {
return feature.context.some((i: any) => {
return i.text.includes("Philadelphia");
return i.text.includes('Philadelphia');
});
}}
proximity={[
Expand Down

0 comments on commit 22d4afc

Please sign in to comment.