From f1726675b723626a9ae2c8667f4f46f75bb64941 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 10 Mar 2022 12:59:08 +0100 Subject: [PATCH] Use method to call informations. --- frontend/src/pages/ShowTransactionLinkInformations.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }, }