fix name of vue component transaction result send success

This commit is contained in:
mahula 2022-12-15 14:47:34 +01:00
parent 2a74836f32
commit b8a382eecb

View File

@ -12,6 +12,6 @@
</template>
<script>
export default {
name: 'TransactionResultSend',
name: 'TransactionResultSendSuccess',
}
</script>