Skip to content

Commit 0bda2d2

Browse files
author
grimcoder
committed
fixed error
1 parent 95bbd2c commit 0bda2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testUIAvenueCode/build/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29749,7 +29749,7 @@ module.exports = React.createClass({displayName: "exports",
2974929749
'</table>'
2975029750

2975129751

29752-
markers.push(React.createElement(InfoWindow, {key: "domain", title: "Home", label: "Home", content: content,
29752+
markers.push(React.createElement(InfoWindow, {key: "myLocation", title: "Home", label: "Home", content: content,
2975329753
lat: this.state.myLocation.lat,
2975429754
lng: this.state.myLocation.lon}
2975529755
))

0 commit comments

Comments
 (0)