From fb642f56782befa209677c348abc3619b49e88ca Mon Sep 17 00:00:00 2001 From: "smx.pusha" <139338836+smxpusha@users.noreply.github.com> Date: Sat, 8 Aug 2026 21:56:09 +0200 Subject: [PATCH] FIX - preserve Banking social category --- frontend/src/config/apps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/apps.ts b/frontend/src/config/apps.ts index 8f2f9d4..e265d84 100644 --- a/frontend/src/config/apps.ts +++ b/frontend/src/config/apps.ts @@ -158,7 +158,7 @@ export const PHONE_APPS: PhoneAppDefinition[] = [ route: '/apps/map', }, { - category: 'utilities', + category: 'social', component: markRaw( defineAsyncComponent(() => import('@/views/apps/BankingApp.vue')), ),