From 505bdfa2347d8203e4b49dbaf07f4affbbc99c61 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 2 May 2024 16:20:41 +0200 Subject: [PATCH] fix(web): dont include summary if empty --- web/src/control.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/control.rs b/web/src/control.rs index 5aaaed2..84ac46c 100644 --- a/web/src/control.rs +++ b/web/src/control.rs @@ -86,7 +86,7 @@ pub fn PostBox(advanced: WriteSignal) -> impl IntoView {