ui_migration fix(lint) Fix component eslint warn no-useless-assignment on powerContent.vue
This commit is contained in:
parent
1f903562aa
commit
6b864f57df
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
|||
...mapActions(useSettingsStore, ["resetState"]),
|
||||
...mapActions(useWotStore, ["deleteAllThingDescriptions"]),
|
||||
systemRequest: function (action) {
|
||||
let message = "";
|
||||
let message;
|
||||
if (action == "reboot") {
|
||||
message = "Restart microscope?";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue