From 5006801e77dd1991eefe202632eaa392b726cef2 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 8 Feb 2022 23:56:23 +0700 Subject: [PATCH] Fix Archive special component (#979) Signed-off-by: Andrey Sobolev --- plugins/workbench-resources/src/components/Workbench.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/workbench-resources/src/components/Workbench.svelte b/plugins/workbench-resources/src/components/Workbench.svelte index d721570ad5..7dbbe12d66 100644 --- a/plugins/workbench-resources/src/components/Workbench.svelte +++ b/plugins/workbench-resources/src/components/Workbench.svelte @@ -249,7 +249,7 @@ {#if currentApplication && currentApplication.component} {:else if specialComponent} - + {:else} {/if}