Skip to content

Commit 0146a4d

Browse files
authored
delete props arg
1 parent 968b2a0 commit 0146a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GoogleMap/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class GoogleMap extends React.PureComponent {
2929
clusters: [],
3030
};
3131

32-
getClusters = props => {
32+
getClusters = () => {
3333
const clusters = supercluster(markersData, {
3434
minZoom: 0,
3535
maxZoom: 16,

0 commit comments

Comments
 (0)