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