Skip to content

Commit

Permalink
fix: fix issue with location pins not displaying in Store Locator
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595543250
  • Loading branch information
awmack authored and copybara-github committed Jan 4, 2024
1 parent fd40f33 commit fb44403
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions e2e/sample_app_test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ import {expect, test} from '@playwright/test';
* be started before executing the Playwright tests.
*/
const SAMPLE_APP_CONFIGS = [
{
title: 'React Sample App',
port: 8001,
},
// TODO(awmack) fix error in React sample app
// {
// title: 'React Sample App',
// port: 8001,
// },
{
title: 'JS Sample App',
port: 8002,
Expand Down
3 changes: 1 addition & 2 deletions src/store_locator/store_locator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,7 @@ export class StoreLocator extends BaseComponent {
.position=${listing.position}
.title=${listing.title}
.zIndex=${zIndex}
gmp-clickable @gmp-click=${clickHandler}>
</gmp-advanced-marker>`;
gmp-clickable @gmp-click=${clickHandler}></gmp-advanced-marker>`;
}

private renderMapDirections() {
Expand Down

0 comments on commit fb44403

Please sign in to comment.