This commit is contained in:
Starbeamrainbowlabs 2022-08-05 21:24:00 +01:00
parent b4f603685c
commit 9503607eab
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class UIGauge extends AbstractUIItem {
return false; return false;
} }
if(typeof data_item !== "number") { if(typeof data_item !== "number") {
console.warn(`Warning: Got '${typeof daata_item}' when evaluating value for UIGuage.`); console.warn(`Warning: Got '${typeof data_item}' when evaluating value for UIGauge.`);
return false; return false;
} }