diff --git a/apps/squareone/src/components/TimesSquareGitHubPagePanel/TimesSquareGitHubPagePanel.js b/apps/squareone/src/components/TimesSquareGitHubPagePanel/TimesSquareGitHubPagePanel.js index 937fbc5f..e278d790 100644 --- a/apps/squareone/src/components/TimesSquareGitHubPagePanel/TimesSquareGitHubPagePanel.js +++ b/apps/squareone/src/components/TimesSquareGitHubPagePanel/TimesSquareGitHubPagePanel.js @@ -70,8 +70,8 @@ export default function TimesSquareGitHubPagePanel({ return () => { // Clean up: close the event source connection + console.log(`❌ CLOSING CONNECTION TO ${fullHtmlEventsUrl}`); abortControllerRef.current.abort(); - console.log(`Aborted connection to ${fullHtmlEventsUrl}`); }; }, [fullHtmlEventsUrl]); @@ -91,9 +91,10 @@ export default function TimesSquareGitHubPagePanel({ {`${title} | ${publicRuntimeConfig.siteName}`} - {htmlEvent &&

Execution Status: {htmlEvent.execution_status}

}
{title} + {htmlEvent &&

Execution Status: {htmlEvent.execution_status}

} + {htmlEvent &&

{htmlEvent.htmlUrl}

} {description && (
)}