File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
apps/fxc-front/src/app/components Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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 ( ) ) ;
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ import { customElement } from 'lit/decorators.js';
55
66@customElement ( 'supporter-modal' )
77export 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 ">
You can’t perform that action at this time.
0 commit comments