diff --git a/apps/desktop/layer/renderer/src/modules/entry-content/components/AISummary.tsx b/apps/desktop/layer/renderer/src/modules/entry-content/components/AISummary.tsx index 21c0d1827..52345035a 100644 --- a/apps/desktop/layer/renderer/src/modules/entry-content/components/AISummary.tsx +++ b/apps/desktop/layer/renderer/src/modules/entry-content/components/AISummary.tsx @@ -43,7 +43,7 @@ export function AISummary({ entryId }: { entryId: string }) { setAIPanelVisibility(true) } - if (!showAISummary || (!summary.isLoading && !summary.data)) { + if (!showAISummary) { return null }