Skip to content

Commit

Permalink
🎨 Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Feb 26, 2024
1 parent 831c9be commit 8861d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/Station.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
{precipLabelPast}. Das ist {curDay.rain30days > curDay.context.rain30days_hi
? 'besonders viel '
: curDay.rain30days < curDay.context.rain30days_lo
? 'besonders wenig '
: 'normal'}{#if curDay.rain30days < curDay.context.rain30days_lo || curDay.rain30days > curDay.context.rain30days_hi}
? 'besonders wenig '
: 'normal'}{#if curDay.rain30days < curDay.context.rain30days_lo || curDay.rain30days > curDay.context.rain30days_hi}
und etwa {fmtRain(
Math.round(
Math.abs(
Expand Down

0 comments on commit 8861d49

Please sign in to comment.