diff --git a/frontend/src/components/pages/admin/Admin.DebugBundle.tsx b/frontend/src/components/pages/admin/Admin.DebugBundle.tsx index 46a67de74..55118132e 100644 --- a/frontend/src/components/pages/admin/Admin.DebugBundle.tsx +++ b/frontend/src/components/pages/admin/Admin.DebugBundle.tsx @@ -74,7 +74,7 @@ export class AdminDebugBundle extends Component<{}> { if (api.isDebugBundleInProgress) { return
- + Started {api.debugBundleStatus?.createdAt?.toDate().toLocaleString()} ; } @@ -82,7 +82,7 @@ export class AdminDebugBundle extends Component<{}> { return (
- Latest debug bundle: + {api.canDownloadDebugBundle && Latest debug bundle:} {api.debugBundleStatuses.length === 0 && No debug bundle available for download.}