From e991da4db376c08ef19f244e277c84cc3cb7c821 Mon Sep 17 00:00:00 2001 From: bytedream Date: Wed, 27 Dec 2023 19:31:57 +0100 Subject: [PATCH] allow any input in report --- src/routes/report/[...url_hash]/ReportDraft.svelte | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/routes/report/[...url_hash]/ReportDraft.svelte b/src/routes/report/[...url_hash]/ReportDraft.svelte index b15870f..89e81db 100644 --- a/src/routes/report/[...url_hash]/ReportDraft.svelte +++ b/src/routes/report/[...url_hash]/ReportDraft.svelte @@ -68,12 +68,7 @@ {#if reportedName !== null} - + {/if}