From a26401d8eb0551908e550944337917f0d09e9dc3 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 6 Jun 2024 23:51:45 +0200 Subject: [PATCH] feat: hide ID --- src/components/ui/CardList.vue | 2 +- src/pages/Account/AccountConnections.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/ui/CardList.vue b/src/components/ui/CardList.vue index e8392b13e..c9b062457 100644 --- a/src/components/ui/CardList.vue +++ b/src/components/ui/CardList.vue @@ -28,7 +28,7 @@ const toggleCardCheck = (item) => {
{{ $props.title }}
- + {{ t('ID') }}: {{ $props.id }} diff --git a/src/pages/Account/AccountConnections.vue b/src/pages/Account/AccountConnections.vue index f248685ae..83e089f25 100644 --- a/src/pages/Account/AccountConnections.vue +++ b/src/pages/Account/AccountConnections.vue @@ -60,7 +60,6 @@ const killSession = async (id) => {