From 8cba40f5d3e0fc0cc015c1bd6ca7d8b92bcd098b Mon Sep 17 00:00:00 2001 From: UnwishingMoon <11472973+UnwishingMoon@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:05:56 +0100 Subject: [PATCH] Fix error empty if --- src/pages/SetupDatabase.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/SetupDatabase.vue b/src/pages/SetupDatabase.vue index 3b90a9767..034a8c063 100644 --- a/src/pages/SetupDatabase.vue +++ b/src/pages/SetupDatabase.vue @@ -231,9 +231,6 @@ export default { location.href = "/setup"; } else { this.show = true; - - if (this.info.isEnabledMariaDBSocket) { - } } }, methods: {