Skip to content

Commit

Permalink
remove extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
D34DC3N73R authored Oct 18, 2021
1 parent cb9f3c8 commit 811019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ha-nfl-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class NFLCard extends LitElement {
<div class="card-content">
<div class="team">
<img src="${stateObj.attributes.team_logo}" />
<div class="name">${stateObj.attributes.team_name}${clrOut}</div>
<div class="name">${stateObj.attributes.team_name}</div>
<div class="record">${stateObj.attributes.team_record}</div>
</div>
<div class="score teamscr">${stateObj.attributes.team_score}</div>
Expand Down

0 comments on commit 811019e

Please sign in to comment.