Refactor StoryFn rendering in Storybook preview to use self-closing tag for improved readability.

This commit is contained in:
Valentin Palkovic 2025-03-28 12:31:04 +01:00
parent 9a9df8b480
commit 36bb796cf6

View File

@ -280,7 +280,7 @@ const decorators = [
<div style={{ marginBottom: 20 }} />
</>
)}
{StoryFn()}
<StoryFn />
</ThemeProvider>
);
}