From bd194a583e0ea5988146ebc28575bd9b8a8acb92 Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:24:41 -0500 Subject: [PATCH] =?UTF-8?q?Erreur=20lors=20de=20la=20cr=C3=A9ation=20d'un?= =?UTF-8?q?=20quiz=20en=20cours=20d'=C3=A9dition=20avec=20l'utilisation=20?= =?UTF-8?q?du=20\=20Fixes=20#242?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/GiftTemplate/templates/TextTypeTemplate.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/GiftTemplate/templates/TextTypeTemplate.ts b/client/src/components/GiftTemplate/templates/TextTypeTemplate.ts index 7e1f205..4f89322 100644 --- a/client/src/components/GiftTemplate/templates/TextTypeTemplate.ts +++ b/client/src/components/GiftTemplate/templates/TextTypeTemplate.ts @@ -15,6 +15,7 @@ function formatLatex(text: string): string { .replace(/\\\((.*?)\\\)/g, (_, inner) => katex.renderToString(inner, { displayMode: false }) ); + // eslint-disable-next-line @typescript-eslint/no-unused-vars } catch (error) { renderedText = text; }