From 7aa433b182c9063abfc40d3b77955b87bc4a8025 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 17 Apr 2026 08:39:05 +0200 Subject: [PATCH] Update conditional rendering based on selectedVisionModelSupportsVision --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index b6994b0..e7706eb 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2835,7 +2835,7 @@ async function createNewChat() { )} - {selectedModelSupportsVision && ( + {selectedVisionModelSupportsVision && (