From 78637f50c5ca0a3b03881e77402dc7c61e56f91e Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 18 Mar 2022 11:29:46 +0100 Subject: [PATCH] add store state email to tests in ShowTransactionLinkInformations --- frontend/src/pages/ShowTransactionLinkInformations.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/ShowTransactionLinkInformations.vue b/frontend/src/pages/ShowTransactionLinkInformations.vue index 33bc50f43..e878b27a9 100644 --- a/frontend/src/pages/ShowTransactionLinkInformations.vue +++ b/frontend/src/pages/ShowTransactionLinkInformations.vue @@ -116,7 +116,6 @@ export default { }) .then((result) => { this.displaySetup = result.data.queryTransactionLink - this.$store.commit('publisherId', result.data.queryTransactionLink.user.publisherId) }) .catch(() => { this.displaySetup.deletedAt = true