diff --git a/web/src/components/ChatSidebar.tsx b/web/src/components/ChatSidebar.tsx index 85935a468d..4436555b9b 100644 --- a/web/src/components/ChatSidebar.tsx +++ b/web/src/components/ChatSidebar.tsx @@ -342,6 +342,7 @@ export function ChatSidebar({ channel, className }: ChatSidebarProps) { {error && ( )} @@ -229,6 +234,7 @@ export function OAuthProvidersCard({ onError, onSuccess }: Props) { )} {p.status.logged_in && p.flow !== "external" && ( ) : ( - )} diff --git a/web/src/pages/EnvPage.tsx b/web/src/pages/EnvPage.tsx index 51c26c2494..639ecf6314 100644 --- a/web/src/pages/EnvPage.tsx +++ b/web/src/pages/EnvPage.tsx @@ -151,6 +151,7 @@ function EnvVarRow({ )} - @@ -680,7 +690,11 @@ export default function EnvPage() { {t.env.changesNote}

- diff --git a/web/src/pages/LogsPage.tsx b/web/src/pages/LogsPage.tsx index 92f6b1c5aa..22777e166c 100644 --- a/web/src/pages/LogsPage.tsx +++ b/web/src/pages/LogsPage.tsx @@ -110,6 +110,7 @@ export default function LogsPage() {