Fix type in prop types

[MAILPOET-3441]
This commit is contained in:
Pavel Dohnal
2021-03-09 13:00:33 +01:00
committed by Veljko V
parent 91b468fabf
commit 323b4a908d

View File

@@ -51,7 +51,7 @@ TasksListDataRow.propTypes = {
type: PropTypes.string.isRequired,
priority: PropTypes.number.isRequired,
updated_at: PropTypes.number.isRequired,
scheduled_at: PropTypes.number,
scheduled_at: PropTypes.string,
status: PropTypes.string,
newsletter: PropTypes.shape({
newsletter_id: PropTypes.number.isRequired,