Skip to content
Snippets Groups Projects
Commit d3aca0b1 authored by Alf Eaton's avatar Alf Eaton
Browse files

Remove RemoveProject story

parent 7ccf0365
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ import DeclarationQuestions from '../app/components/DeclarationQuestions' ...@@ -18,7 +18,6 @@ import DeclarationQuestions from '../app/components/DeclarationQuestions'
import Project from '../app/components/Project' import Project from '../app/components/Project'
import ProjectActions from '../app/components/ProjectActions' import ProjectActions from '../app/components/ProjectActions'
import ProjectList from '../app/components/ProjectList' import ProjectList from '../app/components/ProjectList'
import RemoveProject from '../app/components/RemoveProject'
import RolesSummaryItem from '../app/components/RolesSummaryItem' import RolesSummaryItem from '../app/components/RolesSummaryItem'
import Snapshots from '../app/components/Snapshots' import Snapshots from '../app/components/Snapshots'
import UploadManuscript from '../app/components/UploadManuscript' import UploadManuscript from '../app/components/UploadManuscript'
...@@ -110,11 +109,6 @@ storiesOf('Project List', module) ...@@ -110,11 +109,6 @@ storiesOf('Project List', module)
<ProjectList projects={projects}/> <ProjectList projects={projects}/>
)) ))
storiesOf('Remove Project', module)
.add('button', () => (
<RemoveProject onClick={action('remove')}/>
))
storiesOf('Reviewers', module) storiesOf('Reviewers', module)
.add('form', () => ( .add('form', () => (
<ReviewersForm project={submittedProject} <ReviewersForm project={submittedProject}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment