diff --git a/Composer/packages/client/src/components/ErrorPopup/ErrorPopup.tsx b/Composer/packages/client/src/components/ErrorPopup/ErrorPopup.tsx
index 8774f92026..78c0ae19c0 100644
--- a/Composer/packages/client/src/components/ErrorPopup/ErrorPopup.tsx
+++ b/Composer/packages/client/src/components/ErrorPopup/ErrorPopup.tsx
@@ -27,7 +27,12 @@ const formatErrorTitle = (error: StateError): string => {
const formatErrorDetail = (error: StateError): React.ReactElement => {
const helpText = formatMessage.rich('If this problem persists, please file an issue on GitHub', {
a: ({ children }) => (
-
+
{children}
),