From cb809db2f331e106eb62c34f32c291ddb67ce75c Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Fri, 24 Nov 2023 16:21:39 +0000 Subject: [PATCH] update --- gensplore-component/src/stories/Gensplore.stories.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gensplore-component/src/stories/Gensplore.stories.jsx b/gensplore-component/src/stories/Gensplore.stories.jsx index ccfe310..a0dd39f 100644 --- a/gensplore-component/src/stories/Gensplore.stories.jsx +++ b/gensplore-component/src/stories/Gensplore.stories.jsx @@ -4,10 +4,7 @@ import GensploreComponent from '../components/GensploreView'; // This default export determines where your story goes in the story list export default { title: 'GensploreComponent', - component: GensploreComponent, - genbankString: ` - - ` + component: GensploreComponent }; const Template = (args) =>