diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index e671a9dfa..5f002768e 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -210,7 +210,7 @@ export function SideBar(props: { className?: string }) {
} + icon={} onClick={async () => { if (await showConfirm(Locale.Home.DeleteChat)) { chatStore.deleteSession(chatStore.currentSessionIndex);