= ({ missingVariables }) => {
- {'Please ensure your ".env" file is set up correctly with all environment variables defined in ".env.example" then restart the app.'}
+ {
+ 'Please ensure your ".env" file is set up correctly with all environment variables defined in ".env.example" then restart the app.'
+ }
You are missing the following variables: {missingVariables.join(', ')}
diff --git a/webapp/src/index.css b/webapp/src/index.css
index 95a9b18f5..5b4bd078e 100644
--- a/webapp/src/index.css
+++ b/webapp/src/index.css
@@ -19,9 +19,9 @@ body,
}
::-webkit-scrollbar {
- width: .4rem;
+ width: 0.4rem;
}
::-webkit-scrollbar-thumb {
border-radius: 12px;
- visibility: 'hidden',
-}
\ No newline at end of file
+ visibility: 'hidden';
+}
diff --git a/webapp/src/redux/features/conversations/ConversationsState.ts b/webapp/src/redux/features/conversations/ConversationsState.ts
index 5aabffec2..60a90ca0d 100644
--- a/webapp/src/redux/features/conversations/ConversationsState.ts
+++ b/webapp/src/redux/features/conversations/ConversationsState.ts
@@ -33,4 +33,4 @@ export interface ConversationInputChange {
export interface ConversationSystemDescriptionChange {
id: string;
newSystemDescription: string;
-}
\ No newline at end of file
+}