diff --git a/ui/client-app/src/pages/CodingAssistantPage.js b/ui/client-app/src/pages/CodingAssistantPage.js index 241920e..5e0b3f0 100644 --- a/ui/client-app/src/pages/CodingAssistantPage.js +++ b/ui/client-app/src/pages/CodingAssistantPage.js @@ -83,30 +83,28 @@

Chat with the LLM - {userConfigData?.effective?.llm?.providers && Object.keys(userConfigData.effective.llm.providers).length > 0 && ( -
- {!isConfigured && ( -
- - - -
-

Missing Key

-
    - {missingConfigs?.map((m, i) =>
  • {m}
  • )} -
-
+
+ {!isConfigured && ( +
+ + + +
+

Missing Key

+
    + {missingConfigs?.map((m, i) =>
  • {m}
  • )} +
- )} - -
- )} +
+ )} + +