Skip to content

Commit

Permalink
chore: spelling error
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <amanji@petridish.dev>
  • Loading branch information
amanji committed Oct 30, 2023
1 parent ae81205 commit df06a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DigitalCredentials/CredentialsStepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export default class CredentialsStepper extends Vue {
async resendOffer (): Promise<void> {
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)
Expand Down

0 comments on commit df06a6b

Please sign in to comment.