Skip to content

Commit

Permalink
oops, submission hour
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekasprzak committed Dec 4, 2018
1 parent e230d93 commit d617447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/view/sidebar/sidebar.js
Expand Up @@ -47,7 +47,7 @@ export default class ViewSidebar extends Component {
}
else if ( (now < jamEndDate2) && (ShowCountdown.length < 2) ) {
//ShowCountdown.push(<SidebarCountdown date={ jamEndDate2 } nc="jam" to="Submission Hour+" tt="Ends" />);
ShowCountdown.push(<SidebarCountdown date={ jamEndDate2 } nc="jam" to="Submission Day*" tt="Ends" />);
ShowCountdown.push(<SidebarCountdown date={ jamEndDate2 } nc="jam" to="Submission Hour" tt="Ends" />);
}

if ( (now < gradeEndDate) && props.featured && props.featured.meta && props.featured.meta['can-grade'] && (ShowCountdown.length < 2) ) { //now < compoEndDate2 || now < jamEndDate2 || now < gradeEndDate ) {
Expand Down

0 comments on commit d617447

Please sign in to comment.