Skip to content

Commit

Permalink
Breaks the app
Browse files Browse the repository at this point in the history
  • Loading branch information
blairg committed Dec 17, 2017
1 parent c0de198 commit ffd913e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/client/components/containers/createTodo.jsx
@@ -1,4 +1,5 @@
/* eslint-disable no-console */
/* eslint-disable react/require-default-props */

import React from 'react';
import PropTypes from 'prop-types';
Expand Down Expand Up @@ -118,9 +119,4 @@ const mapStateToProps = state => {
};
};

CreateTodo.defaultProps = {
title: '',
body: '',
};

export default connect(mapStateToProps, mapDispatchToProps)(CreateTodo);

0 comments on commit ffd913e

Please sign in to comment.