From dda602969fbca3eb1f10e0320c138cd2c605b4ab Mon Sep 17 00:00:00 2001 From: xlc-dev <119954023+xlc-dev@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:53:10 +0100 Subject: [PATCH 1/2] fix bugs lars found --- src/Chain.svelte | 2 +- src/Sidebar.svelte | 20 +- src/Stepper.svelte | 783 +++++++++++++++++++++-------------------- src/excel.svelte.ts | 30 +- src/formdata.svelte.ts | 4 +- 5 files changed, 431 insertions(+), 408 deletions(-) diff --git a/src/Chain.svelte b/src/Chain.svelte index 35f6c9e..b7bcf58 100644 --- a/src/Chain.svelte +++ b/src/Chain.svelte @@ -408,7 +408,7 @@

{/if} - {#if chainIterations[currentChainIndex].costmodel.name !== "Fixed Price" && chainIterations[currentChainIndex].costmodel.algorithm !== "TEMO"} + {#if chainIterations[currentChainIndex].costmodel.name !== "Fixed Price" && chainIterations[currentChainIndex].costmodel.name !== "TEMO"}