From 05fed77810a0c3d4471472963152d63dc3175508 Mon Sep 17 00:00:00 2001 From: muhtimur Date: Tue, 11 Oct 2022 12:39:24 +0700 Subject: [PATCH] Correct formatting error Signed-off-by: muhtimur --- plugins/recruit-resources/src/components/Vacancies.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/recruit-resources/src/components/Vacancies.svelte b/plugins/recruit-resources/src/components/Vacancies.svelte index fa67cd4b38..37e18cfcdb 100644 --- a/plugins/recruit-resources/src/components/Vacancies.svelte +++ b/plugins/recruit-resources/src/components/Vacancies.svelte @@ -61,7 +61,7 @@ (applications?.get(b._id as Ref)?.count ?? 0) - (applications?.get(a._id as Ref)?.count ?? 0) ?? 0 const modifiedSorting = (a: Doc, b: Doc) => (applications?.get(b._id as Ref)?.modifiedOn ?? b.modifiedOn) - - (applications?.get(a._id as Ref)?.modifiedOn ?? a.modifiedOn) + (applications?.get(a._id as Ref)?.modifiedOn ?? a.modifiedOn) const replacedKeys: Map = new Map([ [