From 9a4d23de08d4a46852a723f23977e785a14f72f2 Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 27 Dec 2024 03:04:10 +0100 Subject: [PATCH] fix(web): replies/context buttons now update --- web/src/objects/view.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/objects/view.rs b/web/src/objects/view.rs index 81a4dce..eb8f34c 100644 --- a/web/src/objects/view.rs +++ b/web/src/objects/view.rs @@ -48,8 +48,8 @@ pub fn ObjectView() -> impl IntoView { }}

- "🕸️ ""context" - "📫 ""replies" + "🕸️ ""context" + "📫 ""replies" {move || if auth.present() { if loading.get() { Some(view! {