Fixed inactive effects showing up on skill detail view

This commit is contained in:
Stefan Zermatten
2022-02-26 15:21:08 +02:00
parent 653f05012a
commit fea29e60b7

View File

@@ -215,6 +215,7 @@ export default {
stats: this.model.variableName,
type: 'effect',
removed: {$ne: true},
inactive: {$ne: true},
}).fetch();
} else {
return [];