fix: show summary card for upgrade plan

This commit is contained in:
Stephen Zhou 2025-11-12 16:27:36 +08:00
parent 2dfb9a7f70
commit 96bdfcc2d9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export function AISummary({ entryId }: { entryId: string }) {
setAIPanelVisibility(true)
}
if (!showAISummary || (!summary.isLoading && !summary.data)) {
if (!showAISummary) {
return null
}