diff --git a/frontend/src/pages/ShowTransactionLinkInformations.vue b/frontend/src/pages/ShowTransactionLinkInformations.vue index c56db14d6..ace86b9aa 100644 --- a/frontend/src/pages/ShowTransactionLinkInformations.vue +++ b/frontend/src/pages/ShowTransactionLinkInformations.vue @@ -50,7 +50,7 @@ export default { }, }, created() { - this.setDisplaySetup() + this.setTransactionLinkInformation() }, }