Skip to content

Commit

Permalink
removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski authored Apr 16, 2021
1 parent 780581b commit 290acf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion surveillance-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class SurveillanceCard extends LitElement {
<div class="thumbs">
${this.cameras.filter((c) => c.access_token).map((camera) => {
let thumbClass = camera.has_motion ? "thumb motion" : "thumb";
let toolbarClass = this.showCaptureButtons ? "" : "hidden";
return html`
<div class="${thumbClass}" @click="${() => this._updateSelectedCamera(camera)}">
Expand Down

0 comments on commit 290acf7

Please sign in to comment.