|
@ -25,6 +25,8 @@ module.exports = class { |
|
|
|
|
|
|
|
|
if (fictionalDate != null) { |
|
|
if (fictionalDate != null) { |
|
|
fictionalDate = moment.utc(fictionalDate).format("MMM D, YYYY") |
|
|
fictionalDate = moment.utc(fictionalDate).format("MMM D, YYYY") |
|
|
|
|
|
} else { |
|
|
|
|
|
fictionalDate = "" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.state.values = {fictionalDate, title, source, commentMode, commentsLocked} |
|
|
this.state.values = {fictionalDate, title, source, commentMode, commentsLocked} |
|
|