diff --git a/packages/styles/stories/Components/avatar/avatar.stories.js b/packages/styles/stories/Components/avatar/avatar.stories.js index aee9a873cd..4860e97fbb 100644 --- a/packages/styles/stories/Components/avatar/avatar.stories.js +++ b/packages/styles/stories/Components/avatar/avatar.stories.js @@ -54,16 +54,6 @@ The avatar control is adaptive and has five predefined sizes. These are the same tags: ['v1'] } }; -const localStyles = ` - -`; export const BackgroundImage = () => backgroundImageExampleHtml; BackgroundImage.storyName = 'Image, Person';