fix: resolve TypeScript build error in AIOnboarding and Scanner components

- Fix null type error in AIOnboarding.tsx line 352: img src attribute
- Fix similar issue in Scanner.tsx line 237: capturedImage null handling
- Use '|| undefined' pattern to satisfy React 19/Next.js 15 type requirements
- Both components now properly handle null/undefined image states
This commit is contained in:
Daniel Bedeleanu
2026-04-15 09:35:44 +03:00
parent 6c57b1b0c2
commit 65b24079cb
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.9.20",
"last_build": "2026-04-14-2250",
"codename": "AIFix",
"version": "1.9.21",
"last_build": "2026-04-14-2300",
"codename": "TSFix",
"commit": "manual"
}