From d805f87df7dee2f3c1af3469a4bcb86294338f2d Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Mon, 27 Sep 2021 10:44:58 +0200 Subject: [PATCH] clean applications presenter Signed-off-by: Andrey Platov --- .../src/components/ApplicationsPresenter.svelte | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte b/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte index 5f4802727a..1c15ab2c2e 100644 --- a/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte +++ b/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte @@ -31,18 +31,7 @@ {#if value.applications && value.applications > 0}
-
- {value.applications} +  {value.applications}
{/if} - - -