Fixed inactive effects showing up on skill detail view
This commit is contained in:
@@ -215,6 +215,7 @@ export default {
|
||||
stats: this.model.variableName,
|
||||
type: 'effect',
|
||||
removed: {$ne: true},
|
||||
inactive: {$ne: true},
|
||||
}).fetch();
|
||||
} else {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user