add store state email to tests in ShowTransactionLinkInformations

This commit is contained in:
ogerly 2022-03-18 11:29:46 +01:00
parent be387400ca
commit 78637f50c5

View File

@ -116,7 +116,6 @@ export default {
}) })
.then((result) => { .then((result) => {
this.displaySetup = result.data.queryTransactionLink this.displaySetup = result.data.queryTransactionLink
this.$store.commit('publisherId', result.data.queryTransactionLink.user.publisherId)
}) })
.catch(() => { .catch(() => {
this.displaySetup.deletedAt = true this.displaySetup.deletedAt = true