From b400a23d43892efb34f386ec0c4ca380c7d24aba Mon Sep 17 00:00:00 2001 From: carlossa Date: Mon, 4 Dec 2023 13:06:07 +0100 Subject: [PATCH] refs #5633 remove emit --- src/components/common/VnAccountNumber.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/VnAccountNumber.vue b/src/components/common/VnAccountNumber.vue index 3568ad914..f7273a72d 100644 --- a/src/components/common/VnAccountNumber.vue +++ b/src/components/common/VnAccountNumber.vue @@ -33,7 +33,6 @@ function accountShortToStandard() { '.', '0'.repeat(11 - internalValue.value.length) ); - emit('accountShortToStandard', internalValue.value); }