diff --git a/addons/docs/src/blocks/ArgsTable.tsx b/addons/docs/src/blocks/ArgsTable.tsx index 92b8b74b784f..3820b6ea00bf 100644 --- a/addons/docs/src/blocks/ArgsTable.tsx +++ b/addons/docs/src/blocks/ArgsTable.tsx @@ -162,9 +162,7 @@ export const StoryTable: FC< const story = useStory(storyId, context); // eslint-disable-next-line prefer-const let [args, updateArgs, resetArgs] = useArgs(storyId, context); - if (!story) { - return
If the problem persists, check the browser console, or the terminal you've run Storybook from.
++ If the problem persists, check the browser console, or the terminal you've run Storybook from. +