Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cache): simplify condition w/ optional chaining (#356)
- as I've done in other places, simplify a condition by using optional chaining syntax (over the previously necessary syntax with `&&` etc) - also add a new line to the first `.map` here - for style consistency and because this is a super long line - this wasn't possible before the lodash refactor because it was all one big single statement in the chain
- Loading branch information