From 8f8a78cc7e769e892374cba63a42776e2dbebb57 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 9 Aug 2021 16:39:59 +0200 Subject: [PATCH] fix project links in goals not using new path format. --- svelte-ui/src/components/Composition.svelte | 10 +++--- svelte-ui/src/components/QuestLog.svelte | 37 ++++++++++----------- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/svelte-ui/src/components/Composition.svelte b/svelte-ui/src/components/Composition.svelte index a4cc039..97a19d1 100644 --- a/svelte-ui/src/components/Composition.svelte +++ b/svelte-ui/src/components/Composition.svelte @@ -1,4 +1,6 @@ @@ -80,18 +77,18 @@ {/if} Add Project - - - - - - - - + + + + + + + +
- {#if project != null} - + {#if selectedProject != null} + {/if}