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

Use billDecompositionCoreByName instead of decompositionCoreByName in VariableReferredParameters

parent 370676f4
No related branches found
No related tags found
1 merge request!271Reforme avec nouvelle variable
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
{#if billDecomposition?.children !== undefined} {#if billDecomposition?.children !== undefined}
<div class="flex flex-col"> <div class="flex flex-col">
{#each billDecomposition?.children as { name }} {#each billDecomposition?.children as { name }}
{@const decomposition = decompositionCoreByName[name]} {@const decomposition = billDecompositionCoreByName[name]}
{#if !decomposition.hidden} {#if !decomposition.hidden}
<a <a
class="flex justify-between items-center px-4 py-2 tracking-wider hover:bg-neutral-100 active:bg-neutral-200 font-medium text-gray-700" class="flex justify-between items-center px-4 py-2 tracking-wider hover:bg-neutral-100 active:bg-neutral-200 font-medium text-gray-700"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment