Skip to content

Commit

Permalink
feat(certificate): code pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw committed Jul 27, 2023
1 parent 0695ccb commit dd1a498
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/overlays/UpdateCertificate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ export default function UpdateCertificate({ id }: { id: string }) {
}
} catch (err: any) {
setLoading(false)
error(t('content.certificates.updateCertificate.error')+ err.data.errors.unknown[0], '', '')
error(
t('content.certificates.updateCertificate.error') +
err.data.errors.unknown[0],
'',
''
)
}
}

Expand Down

0 comments on commit dd1a498

Please sign in to comment.