From 3942c3ee8a859ec43b9d8cee7384300c8ff0d294 Mon Sep 17 00:00:00 2001 From: TDeSain Date: Tue, 28 Jan 2025 12:31:51 -0500 Subject: [PATCH] Refactor: Move inline styles to the bottom of the file Failed lint test. --- .../components/explorer/FacetSideBar.svelte | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/components/explorer/FacetSideBar.svelte b/src/lib/components/explorer/FacetSideBar.svelte index 89141e4f..df5bc198 100644 --- a/src/lib/components/explorer/FacetSideBar.svelte +++ b/src/lib/components/explorer/FacetSideBar.svelte @@ -47,15 +47,6 @@ }); - - {#await facetsPromise}
@@ -79,3 +70,12 @@

Please wait a moment, refresh the page, and try again.

{/await} + +