From 08f38574fa2633bbf709d24e1c79417d4285ba61 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Wed, 18 Oct 2023 23:27:15 -0700 Subject: cleanup ui --- extension/react-app/src/components/Layout.tsx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'extension/react-app/src/components/Layout.tsx') diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx index db31c8db..9a2dd2b8 100644 --- a/extension/react-app/src/components/Layout.tsx +++ b/extension/react-app/src/components/Layout.tsx @@ -211,15 +211,6 @@ const Layout = () => { /> )} - {defaultModel?.class_name === "OpenAIFreeTrial" && - defaultModel?.api_key === "" && - (location.pathname === "/settings" || - parseInt(localStorage.getItem("ftc") || "0") >= 125) && ( - - )}