Skip to content

Commit

Permalink
No goodies for runs before october 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinkatyal13 committed Sep 19, 2019
1 parent 83ad79c commit c71da98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pods/classroom/timeline/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@
{{/link-to}}
</div>

{{goodie-comp runAttempt=runAttempt progress=progress goodieRequests=goodieRequests}}
{{#if (is-after (unix run.start) '2018-10-01')}}
{{goodie-comp runAttempt=runAttempt progress=progress goodieRequests=goodieRequests}}
{{/if}}

</div>
</div>
Expand Down

0 comments on commit c71da98

Please sign in to comment.