mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
guh
This commit is contained in:
parent
c9891a3e87
commit
1471e49f8b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function temperature(value, units){
|
|||
return `${Math.floor(modifiers[units](value))}${units}`
|
||||
}
|
||||
|
||||
function getUvIndex(value){
|
||||
function getUvIndex(i){
|
||||
switch(i){
|
||||
case i <= 2:
|
||||
return "uv_index_0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue