diff --git a/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx b/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx index 1c29f7fdc..c02e3370f 100644 --- a/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx +++ b/apps/web/src/features/library/components/library-manager/LibraryManagerError.tsx @@ -12,7 +12,7 @@ export function LibraryManagerError({ message }: LibraryManagerErrorProps) { return ( -
+
Error loading library: {message}
diff --git a/apps/web/src/features/library/pages/LibraryPage.stories.tsx b/apps/web/src/features/library/pages/LibraryPage.stories.tsx index 3fb72ee67..e25040922 100644 --- a/apps/web/src/features/library/pages/LibraryPage.stories.tsx +++ b/apps/web/src/features/library/pages/LibraryPage.stories.tsx @@ -13,7 +13,7 @@ const meta: Meta = { withToast, withAudio, (Story) => ( -
+
),