From 2ba7e64a223ca4d7580e23190c6f088dd957b7d9 Mon Sep 17 00:00:00 2001 From: Peter Marsh Date: Tue, 12 Mar 2024 13:27:03 +0000 Subject: [PATCH] wraps comment line --- frontend/src/components/ModelBox/ModelConfiguration.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ModelBox/ModelConfiguration.tsx b/frontend/src/components/ModelBox/ModelConfiguration.tsx index 3d9165750..0b1948bde 100644 --- a/frontend/src/components/ModelBox/ModelConfiguration.tsx +++ b/frontend/src/components/ModelBox/ModelConfiguration.tsx @@ -88,7 +88,8 @@ function ModelConfiguration({ useEffect(() => { if (!chatModel) { - // chatModel is undefined if this is the first time that the user has switched to the sandbox level, and the change level request has not yet resolved successfully + // chatModel is undefined if this is the first time that the user has switched to the sandbox level + // and the change level request has not yet resolved successfully return; } const newCustomChatModelConfigs = customChatModelConfigs.map((config) => {