diff --git a/src/components/test/test-viewer.tsx b/src/components/test/test-viewer.tsx index 8b04c3d9..053ee619 100644 --- a/src/components/test/test-viewer.tsx +++ b/src/components/test/test-viewer.tsx @@ -64,10 +64,15 @@ export const TestViewer = forwardRef((props, ref) => { try { if (!form.name) throw new Error("`Name` should not be null"); if (!form.url) throw new Error("`Url` should not be null"); + let newList; let uid; if (form.icon && form.icon.startsWith("/g, ""); + } const doc = new DOMParser().parseFromString( form.icon, "image/svg+xml",