Commit 397a20b9 authored by Moody Salem's avatar Moody Salem

fix the issue title

parent 0aac0b43
......@@ -86,7 +86,7 @@ export default class ErrorBoundary extends React.Component<unknown, ErrorBoundar
<ExternalLink
id="create-github-issue-link"
href={`https://github.com/Uniswap/uniswap-interface/issues/new?assignees=&labels=bug&body=${encodedBody}&title=${encodeURIComponent(
`Crash report: \`${error.name}\``
`Crash report: \`${error.name}${error.message && `: ${error.message}`}\``
)}`}
target="_blank"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment