Remove default declaration for required properties

This commit is contained in:
Pavel Dohnal
2019-01-23 13:20:36 +01:00
parent 4646086660
commit 91513edd09
5 changed files with 1 additions and 31 deletions

View File

@@ -58,9 +58,6 @@ TasksListDataRow.propTypes = {
TasksListDataRow.defaultProps = {
show_scheduled_at: false,
task: {
newsletter: null,
},
};
export default TasksListDataRow;