Fix error empty if

This commit is contained in:
UnwishingMoon 2026-01-18 15:05:56 +01:00
parent 734716acb4
commit 8cba40f5d3
No known key found for this signature in database
GPG Key ID: F3BCA53610DBE6A1

View File

@ -231,9 +231,6 @@ export default {
location.href = "/setup";
} else {
this.show = true;
if (this.info.isEnabledMariaDBSocket) {
}
}
},
methods: {