diff --git a/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx b/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx index af9417481..0395deb4d 100644 --- a/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx +++ b/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewer.tsx @@ -246,7 +246,10 @@ export const DebugLogViewer: FunctionComponent = () => {
{lastChecked && (

- Last Checked {formatDate(lastChecked, 'h:mm:ss')} diff --git a/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewerTable.tsx b/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewerTable.tsx index 7d8808eeb..b48acf8b2 100644 --- a/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewerTable.tsx +++ b/apps/jetstream/src/app/components/debug-log-viewer/DebugLogViewerTable.tsx @@ -9,7 +9,7 @@ export const LogViewedRenderer: FunctionComponent( } return ( - + {warningMessage && (