-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
| } else if (route.name != 'home' || route?.query) { |
This is potentially hard to understand and maintain. If there is a chance that route might be null or undefined, then this line would need route?.name in addition to route?.query (there are no other uses of route? in the file).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done