Add guards

This commit is contained in:
Alexander Farber 2025-12-13 09:53:05 +01:00
parent f5c868702b
commit e76f47512c
No known key found for this signature in database
3 changed files with 22 additions and 7 deletions

View file

@ -41,7 +41,7 @@ export function ResumeSessionDialog({
: 5;
const picker = useSessionPicker({
sessionService: sessionServiceRef.current!,
sessionService: sessionServiceRef.current,
currentBranch,
onSelect,
onCancel,