Skip to content

Commit 6c57917

Browse files
authored
chore: syntax issue
1 parent 01e1963 commit 6c57917

File tree

1 file changed

+2
-1
lines changed
  • microfrontends/SignDocuments/src/utils

1 file changed

+2
-1
lines changed

microfrontends/SignDocuments/src/utils/Utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ export function urlValidator(url) {
330330
return newUrl.protocol === 'http:' || newUrl.protocol === 'https:';
331331
} catch (err) {
332332
return false;
333+
}
333334
export const modalAlign = () => {
334335
let modalDialog = $('.modal-dialog').getBoundingClientRect();
335336
let mobileHead = $('.mobileHead').getBoundingClientRect()
@@ -339,4 +340,4 @@ export const modalAlign = () => {
339340
modal.style.left = leftOffset + 'px';
340341
modal.style.top = (window.innerHeight/3) + 'px';
341342
}
342-
};
343+
};

0 commit comments

Comments
 (0)