diff --git a/src/components/feature/FeatureListTable.vue b/src/components/feature/FeatureListTable.vue
index c2b6b4dc0ad08252416c0236c6dc04297d37fb3d..838d358c70548af45e47591435f8ed7880bae0ae 100644
--- a/src/components/feature/FeatureListTable.vue
+++ b/src/components/feature/FeatureListTable.vue
@@ -344,7 +344,7 @@ export default {
     ...mapState('projects', ['project']),
 
     userStatus() {
-      return this.USER_LEVEL_PROJECTS[this.project.slug];
+      return this.USER_LEVEL_PROJECTS[this.$route.params.slug];
     },
 
     checked: {