Skip to content

Commit

Permalink
Fix last lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 9, 2025
1 parent 2209b97 commit 9db8e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/errors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function InstrumentedErrorBoundary(props: { children: JSXElement }) {
;(globalThis as any).Sentry?.captureException(error)
return (
<div>
<h3 class="pb-5" onClick={reset}>
<h3 class="pb-5" onClick={reset} onKeyUp={reset}>
Something went wrong. Please refresh this page, or try again
later. This error has been sent to our team.
</h3>
Expand Down

0 comments on commit 9db8e44

Please sign in to comment.