From 84fbd23f1bd0721c7fdc38e47bdd9f92290a7711 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 17 May 2026 23:45:52 +0200 Subject: [PATCH] fix(inbounds): use sortedInbounds for mobile empty-state check InboundList referenced an undefined visibleInbounds in the mobile card list's empty-state guard, throwing "Cannot read properties of undefined (reading 'length')" and breaking the entire mobile render. --- frontend/src/pages/inbounds/InboundList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/inbounds/InboundList.vue b/frontend/src/pages/inbounds/InboundList.vue index f9fa0775..cfb559b0 100644 --- a/frontend/src/pages/inbounds/InboundList.vue +++ b/frontend/src/pages/inbounds/InboundList.vue @@ -216,7 +216,7 @@ function showQrCodeMenu(dbInbound) {
-
+