From 6d1a8788fa6e15febbff35f79d5675e72e2b4f91 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 17 Apr 2026 08:38:58 +0200 Subject: [PATCH] Update variable names in App.jsx --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 6e20b9a..b6994b0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -570,7 +570,7 @@ export default function App() { if (!incoming.length) { return } - if (!selectedModelSupportsVision) { + if (!selectedVisionModelSupportsVision) { return } @@ -618,7 +618,7 @@ export default function App() { } function openImagePicker() { - if (!selectedModelSupportsVision) { + if (!selectedVisionModelSupportsVision) { return } imageInputRef.current?.click()