Fix error where certain history data entries would not show up
This commit is contained in:
parent
7a801211a4
commit
60422461fd
|
@ -85,8 +85,6 @@ export class RequestCluster extends EventEmitter {
|
||||||
if (
|
if (
|
||||||
array[index].getValuePreview() ===
|
array[index].getValuePreview() ===
|
||||||
array[index - 1].getValuePreview() ||
|
array[index - 1].getValuePreview() ||
|
||||||
(array[index].classification === "history" &&
|
|
||||||
array[index - 1].classification === "history") || // if they're both history, then the first one is the longest
|
|
||||||
isSameURL(array[index].value, array[index - 1].value)
|
isSameURL(array[index].value, array[index - 1].value)
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user