Fixes a crash occurring when the “gap” disconnection indicator is to be displayed in a filtered timeline.lolsob-rspec
parent
10be4c496c
commit
8ccc863ae8
|
@ -21,6 +21,8 @@ const makeGetStatusIds = () => createSelector([
|
|||
}
|
||||
|
||||
return statusIds.filter(id => {
|
||||
if (id === null) return true;
|
||||
|
||||
const statusForId = statuses.get(id);
|
||||
let showStatus = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue