From de2a2fb55d2175e4946c17e93a20ad0147fd59a2 Mon Sep 17 00:00:00 2001 From: pdelfan Date: Wed, 1 Apr 2026 14:52:33 -0700 Subject: [PATCH] feat: filter alignment open collections --- .../openCollectionsContainer/OpenCollectionsContainer.tsx | 2 +- .../Skeleton.OpenCollectionsContainer.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webapp/features/collections/containers/openCollectionsContainer/OpenCollectionsContainer.tsx b/src/webapp/features/collections/containers/openCollectionsContainer/OpenCollectionsContainer.tsx index 26cee609..c0ce8444 100644 --- a/src/webapp/features/collections/containers/openCollectionsContainer/OpenCollectionsContainer.tsx +++ b/src/webapp/features/collections/containers/openCollectionsContainer/OpenCollectionsContainer.tsx @@ -8,7 +8,7 @@ export default function OpenCollectionsContainer() { return ( - + diff --git a/src/webapp/features/collections/containers/openCollectionsContainer/Skeleton.OpenCollectionsContainer.tsx b/src/webapp/features/collections/containers/openCollectionsContainer/Skeleton.OpenCollectionsContainer.tsx index 0aaf1548..f513a3b9 100644 --- a/src/webapp/features/collections/containers/openCollectionsContainer/Skeleton.OpenCollectionsContainer.tsx +++ b/src/webapp/features/collections/containers/openCollectionsContainer/Skeleton.OpenCollectionsContainer.tsx @@ -1,11 +1,11 @@ -import { Group, Select, SimpleGrid, Stack } from '@mantine/core'; +import { Group, Select, SimpleGrid, Skeleton, Stack } from '@mantine/core'; import CollectionCardSkeleton from '../../components/collectionCard/Skeleton.CollectionCard'; export default function OpenCollectionsContainerSkeleton() { return ( - -