diff --git a/src/components/overlays/UpdateCertificate/index.tsx b/src/components/overlays/UpdateCertificate/index.tsx index 71cf68bc5..aa3731af6 100644 --- a/src/components/overlays/UpdateCertificate/index.tsx +++ b/src/components/overlays/UpdateCertificate/index.tsx @@ -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], + '', + '' + ) } }