Skip to content

Commit 402face

Browse files
committed
review feedback
1 parent 0d8d510 commit 402face

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

apps/fxc-front/src/app/components/2d/map-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function loadGMaps(): Promise<void> {
5252
const { key } = getApiKeyAndHost('GMAPS', store.getState().track.domain);
5353
gMapLoader.setOptions({
5454
key,
55-
channel: 'weekly',
55+
v: 'weekly',
5656
libraries: ['geometry', 'marker'],
5757
});
5858
gMapLoader.importLibrary('maps').then(() => resolve());

apps/fxc-front/src/app/components/ui/supporter-modal.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { customElement } from 'lit/decorators.js';
55

66
@customElement('supporter-modal')
77
export class SupporterModal extends LitElement {
8-
async connectedCallback(): Promise<void> {
9-
super.connectedCallback();
10-
}
11-
128
render(): TemplateResult {
139
return html`<ion-header>
1410
<ion-toolbar color="light">

0 commit comments

Comments
 (0)