Fix weird misclassification when opening report window
This commit is contained in:
parent
974e7d6ae6
commit
792b1f88d8
|
@ -184,7 +184,7 @@ export class StolenDataEntry extends EventEmitter {
|
|||
|
||||
isRelatedToID() {
|
||||
return this.request.stolenData.some(
|
||||
(entry) => (entry.classification = "id")
|
||||
(entry) => entry.classification == "id"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user