Skip to content

Commit

Permalink
Update agent-property.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RitwikSrivastava authored Jun 27, 2024
1 parent e4d8cc0 commit 5a77045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/agent-property/agent-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const cardView = button({ class: 'card-view' }, 'Grid View');
const mapView = button({ class: 'map-view' }, 'Map View');
const viewToggle = div({ class: 'view-toggle' });
const map = div({ class: 'gmap-canvas' });
const agentId = getMetadata('agent-id');
const agentId = getMetadata('id');
let centerlat;
let centerlong;
let data;
Expand Down

0 comments on commit 5a77045

Please sign in to comment.