Skip to content
Snippets Groups Projects
Commit 7e60b3d4 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Handle variable with input flag like a variable without formula.

parent 093765d2
Branches
Tags 1.0.297
No related merge requests found
......@@ -23,7 +23,7 @@
<h1 class="text-2xl font-serif font-light">
{decomposition?.label ?? variable?.label ?? variableName}
</h1>
{#if latestFormulaDate === null}
{#if variable?.input || latestFormulaDate === null}
<a
class="underline text-gray-500 hover:text-le-bleu text-xs"
href="/variables/{variableName}">En savoir plus sur le dispositif</a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment