diff --git a/src/components/DigitalCredentials/CredentialsStepper.vue b/src/components/DigitalCredentials/CredentialsStepper.vue index 7215a7d42..3dcd24172 100644 --- a/src/components/DigitalCredentials/CredentialsStepper.vue +++ b/src/components/DigitalCredentials/CredentialsStepper.vue @@ -295,7 +295,7 @@ export default class CredentialsStepper extends Vue { async resendOffer (): Promise { this.credentialNotReceivedDialog = false this.showLoadingContainer = true - if (this.issueCredential) { + if (this.issuedCredential) { await LegalServices.removeCredential(this.getIdentifier, this.issuedCredential.credentialId) } await this.issueCredential(this.credentialTypes.BUSINESS)