From 0eaebdc21d1f7dee2e473f94e5400ecb6584ef43 Mon Sep 17 00:00:00 2001 From: Ellen Kraffmiller Date: Tue, 17 Dec 2024 13:08:30 -0500 Subject: [PATCH] fix: loading layout of results and sort button --- .../items-list/ItemsList.tsx | 36 +++++++++---------- .../items-list/ItemsSortBy.tsx | 1 + 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/src/sections/collection/collection-items-panel/items-list/ItemsList.tsx b/src/sections/collection/collection-items-panel/items-list/ItemsList.tsx index eee614076..d99469394 100644 --- a/src/sections/collection/collection-items-panel/items-list/ItemsList.tsx +++ b/src/sections/collection/collection-items-panel/items-list/ItemsList.tsx @@ -100,28 +100,28 @@ export const ItemsList = forwardRef( {areItemsAvailable && ( <>
- {isLoadingItems ? ( - - - - ) : ( - - + + + {isLoadingItems ? ( + + + + ) : ( - - - - - - )} + )} + + + + +