Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a67377

Browse files
committedJun 15, 2016
adding space on the earned on date of badges tooltip
1 parent e261f01 commit 2a67377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/profile/badges/badges.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import moment from 'moment-timezone'
8282
if (typeof timezone_string === 'undefined') {
8383
var timezone_string = 'America/New_York' // lets set to TC timezone
8484
}
85-
return moment(date).tz(timezone_string).format('MMM DD,YYYY')
85+
return moment(date).tz(timezone_string).format('MMM DD, YYYY')
8686
}
8787

8888
// Construct the data 'currentlyEarned'.

0 commit comments

Comments
 (0)
This repository has been archived.