Skip to content

Commit 7c80dc3

Browse files
committed
frontend/latex/files: clarify, summary is not available -- it might not be loaded yet
1 parent 785f20d commit 7c80dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/frame-editors/latex-editor/output-files.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function OutputFiles({
6363
path: filePath,
6464
displayPath,
6565
isMain: false,
66-
summary: fileSummaries[filePath] ?? "Loading...",
66+
summary: fileSummaries[filePath] ?? "Summary not available...",
6767
};
6868
});
6969

0 commit comments

Comments
 (0)