[CodeFactor] Apply fixes to commit 1cf316c

This commit is contained in:
codefactor-io 2024-05-09 13:48:53 +00:00
parent 1cf316cb17
commit ce6ba702c6
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 22 additions and 22 deletions

View file

@ -89,7 +89,7 @@ export function stateDispatcher(data) {
stateStore.mode = data["radio_mode"];
stateStore.swr = data["radio_swr"];
stateStore.tuner = data["radio_tuner"];
stateStore.rf_level = data["radio_rf_level"]
stateStore.rf_level = data["radio_rf_level"];
}
}