From 952ee8fcab7d086a92aedc4adc0dfabb9e0559ad Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 15 Jan 2026 14:50:28 +0100 Subject: [PATCH] changes --- components/Settings/SettingsModal.tsx | 55 ++++++++++++++++----------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/components/Settings/SettingsModal.tsx b/components/Settings/SettingsModal.tsx index da7ebe3..92d5de2 100644 --- a/components/Settings/SettingsModal.tsx +++ b/components/Settings/SettingsModal.tsx @@ -553,32 +553,41 @@ export function SettingsModal({ return ( - - + +
{modelName} - {capabilities.map((cap) => ( - - {cap} - - ))} - + {capabilities.length > 0 && ( + + {capabilities.map((cap) => ( + + {cap} + + ))} + + )} +
{tags.length} tags