removed duplicate case label
This commit is contained in:
parent
0c59629b17
commit
6de0aff1dc
1 changed files with 3 additions and 3 deletions
|
@ -37,11 +37,11 @@ proc getDesign(pcnt: float): string =
|
|||
case pcnt:
|
||||
of 85..100:
|
||||
icon = "🌕"
|
||||
of 75..85:
|
||||
of 75..84:
|
||||
icon = "🌖"
|
||||
of 50..75:
|
||||
of 50..74:
|
||||
icon = "🌗"
|
||||
of 35..50:
|
||||
of 35..49:
|
||||
icon = "🌘"
|
||||
else:
|
||||
icon = "🌑"
|
||||
|
|
Loading…
Add table
Reference in a new issue