We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e261f01 commit 2a67377Copy full SHA for 2a67377
app/profile/badges/badges.controller.js
@@ -82,7 +82,7 @@ import moment from 'moment-timezone'
82
if (typeof timezone_string === 'undefined') {
83
var timezone_string = 'America/New_York' // lets set to TC timezone
84
}
85
- return moment(date).tz(timezone_string).format('MMM DD,YYYY')
+ return moment(date).tz(timezone_string).format('MMM DD, YYYY')
86
87
88
// Construct the data 'currentlyEarned'.
0 commit comments