This commit is contained in:
parent
b2b366032f
commit
b400a23d43
|
@ -33,7 +33,6 @@ function accountShortToStandard() {
|
||||||
'.',
|
'.',
|
||||||
'0'.repeat(11 - internalValue.value.length)
|
'0'.repeat(11 - internalValue.value.length)
|
||||||
);
|
);
|
||||||
emit('accountShortToStandard', internalValue.value);
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue