From 271bf3b1f188beeb41bd501c34798116560d513b Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Tue, 29 Oct 2024 12:14:17 +0100 Subject: [PATCH] Remove unnecessary fragment --- .../src/components/SkipLink/SkipLink.stories.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/storybook/src/components/SkipLink/SkipLink.stories.tsx b/storybook/src/components/SkipLink/SkipLink.stories.tsx index a99cd29ff0..0fc5907994 100644 --- a/storybook/src/components/SkipLink/SkipLink.stories.tsx +++ b/storybook/src/components/SkipLink/SkipLink.stories.tsx @@ -28,13 +28,11 @@ const meta = { }, decorators: [ (Story) => ( - <> - - - - - - + + + + + ), ], } satisfies Meta