Skip to content

Commit bbc357a

Browse files
committed
Fix lint
1 parent 7bd8207 commit bbc357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/components/ErrorHandler.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export function ErrorHandler({error}: {error: Error}) {
1+
export function ErrorHandler({ error }: {error: Error}) {
22
return <div className='w-full h-full flex flex-col justify-center items-center'>
33
<h1 className='text-2xl font-bold'>Something went wrong</h1>
44
<p className='text-lg'>{error.message}</p>

0 commit comments

Comments
 (0)