diff --git a/src/components/HitgroupPuppet.vue b/src/components/HitgroupPuppet.vue index eb83b7c..d9666f7 100644 --- a/src/components/HitgroupPuppet.vue +++ b/src/components/HitgroupPuppet.vue @@ -133,7 +133,7 @@ export default { }) } - const unique = arr.filter((a, b) => arr.indexOf(a) === b && a < 500) + const unique = arr.filter((a, b) => arr.indexOf(a) === b && a < 400) let arr2 = [] diff --git a/src/components/MatchesTable.vue b/src/components/MatchesTable.vue index d89e1ca..8e1f4eb 100644 --- a/src/components/MatchesTable.vue +++ b/src/components/MatchesTable.vue @@ -1,5 +1,10 @@