followed by foafs

This commit is contained in:
Martti Malmi
2024-01-10 15:40:40 +02:00
parent 062212f311
commit 35d7ec4685
8 changed files with 57 additions and 36 deletions

View File

@ -23,9 +23,7 @@ const ErrorPage = () => {
</AsyncButton>
<h5>{error.message}</h5>
<div className="my-2">{error.message}</div>
<pre className="my-2 whitespace-pre-wrap">
{error.stack}
</pre>
<pre className="my-2 whitespace-pre-wrap">{error.stack}</pre>
</div>
);
};