Skip to content

Commit

Permalink
Remove datetime prop default from MessageView
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 19, 2021
1 parent 9c7d9a1 commit b60a065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MessageView/MessageView.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ MessageView.propTypes = {

MessageView.defaultProps = {
"from_name": "Name Unavailable",
"datetime": new Date(1970, 1, 1, 0, 0, 0, 0),
"from_email": "Email Unavailable",
"to": [],
"cc": [],
Expand Down

0 comments on commit b60a065

Please sign in to comment.