Skip to content

Commit 924a2db

Browse files
Update apps/bundle-analyzer/app/page.tsx
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent a8e81be commit 924a2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bundle-analyzer/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function Home() {
159159
<div className="basis-2/3 flex justify-end">
160160
{error && (
161161
<div className="text-sm text-red-600 font-medium">
162-
Error: {error}
162+
Error: {error?.message}
163163
</div>
164164
)}
165165

0 commit comments

Comments
 (0)