From 8a8628295189488d5bb6bb8445eb2d45fc4de9d3 Mon Sep 17 00:00:00 2001 From: Kowlin <10947836+Kowlin@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:50:36 +0200 Subject: [PATCH] fix: Show lock indicator with the correct state (#2226) --- components/account/AccountInfo.vue | 2 +- components/search/SearchAccountInfo.vue | 2 +- components/status/StatusCard.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index cf69b579..78aca107 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -23,7 +23,7 @@ const { account, as = 'div' } = defineProps<{
- +
diff --git a/components/search/SearchAccountInfo.vue b/components/search/SearchAccountInfo.vue index 419ff8a3..608205f7 100644 --- a/components/search/SearchAccountInfo.vue +++ b/components/search/SearchAccountInfo.vue @@ -14,7 +14,7 @@ defineProps<{
- +
diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 085c4241..1f0e7ca2 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -155,7 +155,7 @@ const forceShow = ref(false)
- +