From 36bb796cf673d9af521d917d10b9ba5d9bc02dbc Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Fri, 28 Mar 2025 12:31:04 +0100 Subject: [PATCH] Refactor StoryFn rendering in Storybook preview to use self-closing tag for improved readability. --- code/.storybook/preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/.storybook/preview.tsx b/code/.storybook/preview.tsx index 8c0e21626e5..805ea0f6e55 100644 --- a/code/.storybook/preview.tsx +++ b/code/.storybook/preview.tsx @@ -280,7 +280,7 @@ const decorators = [
)} - {StoryFn()} + ); }