diff --git a/web_app/src/components/Settings.tsx b/web_app/src/components/Settings.tsx index 79f08bd..6d097e2 100644 --- a/web_app/src/components/Settings.tsx +++ b/web_app/src/components/Settings.tsx @@ -686,9 +686,15 @@ export function SettingsDialog() { Loading... - {modelSwitchingTexts.map((text, index) => ( -
{text}
- ))} + {modelSwitchingTexts ? ( +
+ {modelSwitchingTexts.map((text, index) => ( +
{text}
+ ))} +
+ ) : ( + <> + )} {/* */}