Skip to content

Commit

Permalink
fix: add hide parameter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 16, 2024
1 parent 5616dcc commit efacb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/card/yerushamayim-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class YerushamayimCard extends LitElement {
</div>
</div>
</div>
${this.config.hide_yesterday && this.lastDayState
${!this.config.hide_yesterday && this.lastDayState
? html`<div class="container-bottom" dir="rtl">
<div class="yesterday-container">
<div>אתמול:</div>
Expand Down

0 comments on commit efacb61

Please sign in to comment.