diff --git a/src/components/ProviderList.tsx b/src/components/ProviderList.tsx index 32c5f4e..569648d 100644 --- a/src/components/ProviderList.tsx +++ b/src/components/ProviderList.tsx @@ -235,7 +235,7 @@ const ProviderList: React.FC = ({
- {appType === "codex" && isCurrent && ( + {appType === "codex" && isCurrent && provider.category !== "official" && (