diff --git a/pages/project-versions/read/views/index.jsx b/pages/project-versions/read/views/index.jsx index adb435fc..a1e4be8c 100644 --- a/pages/project-versions/read/views/index.jsx +++ b/pages/project-versions/read/views/index.jsx @@ -6,19 +6,18 @@ const Project = ({ isActionable, taskId }) => (
{ - isActionable && ( + isActionable && ( ) }
); - const mapStateToProps = ({ static: { isActionable, taskId } }) => ({ isActionable, taskId }); export default connect(mapStateToProps)(Project);