You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: drop redundant optional chaining on checkSum
file is guaranteed by *ngFor and checkSum is truthy inside the *ngIf
guard, so use plain file.checkSum / file.checkSum.value to match the
surrounding template style.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments