Skip to content

Commit

Permalink
my-pb-feed page will show all PBs, not just current PBs
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Mar 30, 2021
1 parent 2583af4 commit 5194dd4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/pages/my-pb-feed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ export default {
operator: 'eq',
value: this.$store.getters['auth/user'].id,
},
{
field: 'isCurrent',
operator: 'eq',
value: true,
},
]
: []
},
Expand Down

0 comments on commit 5194dd4

Please sign in to comment.