mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-28 01:30:27 +00:00
Return empty string when band could not be determined
This commit is contained in:
@@ -600,7 +600,7 @@ function getBandFromFreq(freq) {
|
||||
} else if (freq >= 300000 && freq <= 7500000) {
|
||||
return "submm";
|
||||
} else {
|
||||
return "Unknown";
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user