From d4a0443c1568634659aa4f7e6dffc2511072331b Mon Sep 17 00:00:00 2001 From: Alex <41288429+Dvinyanin@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:53:53 +0700 Subject: [PATCH] Fix PriorityPresenter (#2121) Signed-off-by: Dvinyanin Alexandr --- .../src/components/issues/PriorityPresenter.svelte | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/plugins/tracker-resources/src/components/issues/PriorityPresenter.svelte b/plugins/tracker-resources/src/components/issues/PriorityPresenter.svelte index cff5d48fee..03e43cad5d 100644 --- a/plugins/tracker-resources/src/components/issues/PriorityPresenter.svelte +++ b/plugins/tracker-resources/src/components/issues/PriorityPresenter.svelte @@ -25,10 +25,12 @@ {#if value !== undefined} -
- +
+
+ +
+ +
- - {/if}