From e4f47c1abf9ec378cf6a7bda916e7e37ba4d2648 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Thu, 21 Nov 2024 15:49:59 -0800 Subject: [PATCH] linting --- .../components/EmbeddingSelection/MistralAiOptions/index.jsx | 4 +--- frontend/src/locales/resources.js | 5 ++--- frontend/src/locales/vn/common.js | 3 +-- server/utils/EmbeddingEngines/mistral/index.js | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/EmbeddingSelection/MistralAiOptions/index.jsx b/frontend/src/components/EmbeddingSelection/MistralAiOptions/index.jsx index 6012b319..77cdd167 100644 --- a/frontend/src/components/EmbeddingSelection/MistralAiOptions/index.jsx +++ b/frontend/src/components/EmbeddingSelection/MistralAiOptions/index.jsx @@ -28,9 +28,7 @@ export default function MistralAiOptions({ settings }) { className="bg-theme-settings-input-bg border-gray-500 text-white text-sm rounded-lg block w-full p-2.5" > - {[ - "mistral-embed", - ].map((model) => { + {["mistral-embed"].map((model) => { return (