Skip to content

Commit 3958d35

Browse files
committed
fix_date
1 parent 483d612 commit 3958d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/assets/js/widgets/pages/lobby/TournamentListItem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const mapTournamentTitleByState = {
2222

2323
const getDateFormat = grade => {
2424
switch (grade) {
25-
case grades.open: return 'MMM D, YYYY [at] ';
25+
case grades.open: return 'MMM D, YYYY [at] h:mma';
2626
default: return '[at] h:mma';
2727
}
2828
};

0 commit comments

Comments
 (0)