Skip to content

Commit

Permalink
Don't show completed projects (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Nov 5, 2017
1 parent e4c4a6a commit 77972ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/collection/_short_name/projects/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
name="fade-up">
<li v-for="project in projects" :key="project.id">
<project-card
v-if="project.overall_progress < 100"
:collection="collection"
:project="project">
</project-card>
Expand Down

0 comments on commit 77972ee

Please sign in to comment.