chore: Enable noImplicitAny across the codebase (#2667)
This commit is contained in:
@@ -396,7 +396,7 @@ export class AdvancedCameraCardLiveCarousel extends LitElement {
|
||||
.autoHideState=${resolveAutoHideState(!!this.call)}
|
||||
?disabled=${!neighbor}
|
||||
?locked=${!!this.locked}
|
||||
@click=${(ev) => {
|
||||
@click=${(ev: Event) => {
|
||||
this._setViewCameraID(neighbor?.id);
|
||||
stopEventFromActivatingCardWideActions(ev);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user