mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove console.log error
This commit is contained in:
parent
ce95ae3bb3
commit
75290c0186
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ export function ErrorBoundary({ children }) {
|
|||
const { formatMessage, messages } = useMessages();
|
||||
|
||||
const fallbackRender = ({ error, resetErrorBoundary }) => {
|
||||
console.log({ error });
|
||||
return (
|
||||
<div className={styles.error} role="alert">
|
||||
<h1>{formatMessage(messages.error)}</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue