Skip to content

Commit 36e202e

Browse files
authored
Merge pull request #513 from yoution/issue-509
fix: issue #509
2 parents a65cffc + 453ec9b commit 36e202e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,6 +2062,8 @@ function formatDateTimeEDT (date) {
20622062
function formatDateEDT (date) {
20632063
if (date) {
20642064
return moment(date).tz('America/New_York').format('MMM D, YYYY')
2065+
} else {
2066+
return 'TBD'
20652067
}
20662068
}
20672069

0 commit comments

Comments
 (0)