From 4e3feca84de04153d7e2c71b978195da28df8c06 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Sun, 30 Nov 2025 16:47:48 -0300 Subject: [PATCH] refactor: rename variable in notification template rendering for improved clarity and consistency --- .../routes/(dashboard)/ti/notificacoes/templates/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/routes/(dashboard)/ti/notificacoes/templates/+page.svelte b/apps/web/src/routes/(dashboard)/ti/notificacoes/templates/+page.svelte index eaca790..3e5ad68 100644 --- a/apps/web/src/routes/(dashboard)/ti/notificacoes/templates/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/notificacoes/templates/+page.svelte @@ -243,8 +243,8 @@ {#if template.variaveis && template.variaveis.length > 0}
- {#each template.variaveis.slice(0, 3) as var} - {{var}} + {#each template.variaveis.slice(0, 3) as variavel} + {{variavel}} {/each} {#if template.variaveis.length > 3} +{template.variaveis.length - 3}