Skip to content
Snippets Groups Projects
Commit 911bb0e4 authored by Damyan Mitev's avatar Damyan Mitev :beach:
Browse files

fix eslint complaint

parent edc5a72d
No related branches found
No related tags found
1 merge request!71[VCL] Sign generated v-card upon using a profile
......@@ -923,7 +923,7 @@ export function createOneTimePassportCertificate(
certicateIssuerArg
) {
let certData = null;
if (emailArg != null && emailArg == "") {
if (emailArg !== null && emailArg === "") {
emailArg = null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment