Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't show attached FRs for a new incident
fixing a silly bug I introduced yesterday, in which a new incident was showing as having a bunch of FRs attached to it. That's because I was checking if "fr.incident === incidentNumber" for each of those FRs, and it turns out that null == null, so we showed all those FRs that weren't attached to any incident yet.
- Loading branch information