Skip to content

Commit

Permalink
Merge pull request #1784 from mikekasprzak/tweaks
Browse files Browse the repository at this point in the history
oops, submission hour
  • Loading branch information
mikekasprzak committed Dec 4, 2018
2 parents a47f8c7 + d617447 commit 2608ea5
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 2608ea5

Please sign in to comment.