From 01bc6a8e55a581669db874db640bbb8415ed0366 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 5 Apr 2021 23:26:25 +0200 Subject: [PATCH] fix boat in quest log list not leaving the port at the same time as the project entry. --- svelte-ui/src/components/QLListItem.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte-ui/src/components/QLListItem.svelte b/svelte-ui/src/components/QLListItem.svelte index 0e910e3..a715344 100644 --- a/svelte-ui/src/components/QLListItem.svelte +++ b/svelte-ui/src/components/QLListItem.svelte @@ -39,7 +39,7 @@ {#if project.endTime} - + {/if}