From b81f0d6f6c85fb207f1f114190e4d4d9024d5d9b Mon Sep 17 00:00:00 2001 From: MellyGray Date: Thu, 25 Jan 2024 11:26:23 +0100 Subject: [PATCH] fix: remove loading text from suspense fallback --- src/index.tsx | 2 +- src/stories/WithI18next.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index a2c755d84..acdea4ba3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,7 +9,7 @@ import { ThemeProvider } from '@iqss/dataverse-design-system' const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement) root.render( - + diff --git a/src/stories/WithI18next.tsx b/src/stories/WithI18next.tsx index ee770162a..e49913eb2 100644 --- a/src/stories/WithI18next.tsx +++ b/src/stories/WithI18next.tsx @@ -5,7 +5,7 @@ import { StoryFn } from '@storybook/react' export const WithI18next = (Story: StoryFn) => { return ( - loading translations...}> +