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