Commit b7172c6
Fix IDE0370: remove unnecessary null-forgiving operators in SiteNavigationV2
The pattern `{ Page: var page }` combined with the prior `{ Page: null }` arm
already guarantees `page` is non-null when this arm matches.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5c7380b commit b7172c6
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments