From 12602cea3f7e6d90ac4f2ba090adad77225fe54d Mon Sep 17 00:00:00 2001 From: Alex <41288429+Dvinyanin@users.noreply.github.com> Date: Mon, 2 May 2022 11:22:42 +0700 Subject: [PATCH] Add board activity (#1613) Signed-off-by: Dvinyanin Alexandr --- .../src/components/MenuMainPage.svelte | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins/board-resources/src/components/MenuMainPage.svelte b/plugins/board-resources/src/components/MenuMainPage.svelte index 99a9c87598..643ebda2eb 100644 --- a/plugins/board-resources/src/components/MenuMainPage.svelte +++ b/plugins/board-resources/src/components/MenuMainPage.svelte @@ -1,10 +1,21 @@
@@ -15,4 +26,7 @@ dispatch('change', board.menuPageId.Archive) }} /> + {#if object} + + {/if}