From 421d2c6392ad6ac43375752ef7dfe9ac1876aa33 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 10 Sep 2023 16:13:33 -0400 Subject: from last --- src/client/views/nodes/LoadingBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/LoadingBox.tsx') diff --git a/src/client/views/nodes/LoadingBox.tsx b/src/client/views/nodes/LoadingBox.tsx index 58c70bdd7..4a030ff66 100644 --- a/src/client/views/nodes/LoadingBox.tsx +++ b/src/client/views/nodes/LoadingBox.tsx @@ -59,9 +59,9 @@ export class LoadingBox extends ViewBoxAnnotatableComponent() { return (
- {StrCast(this.rootDoc.title)} + {StrCast(this.rootDoc.title)}

{StrCast(this.rootDoc.loadingError, 'Loading ' + (this.progress.replace('[download]', '') || '(can take several minutes)'))}

- {this.rootDoc.loadingError ? null : } + {this.rootDoc.loadingError ? null : }
); -- cgit v1.2.3-70-g09d2