Skip to content

Commit 685b915

Browse files
committed
error再々修正
1 parent a11eea7 commit 685b915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Sidebar() {
2626
{ id: "python-9", title: "9. ジェネレータとデコレータ" },
2727
];
2828

29-
if (error) return console.error(error)
29+
if (error) console.error("Sidebar fetch error:", error)
3030
if (isLoading) return (
3131
<div className="bg-base-200 min-h-full w-80 p-4">
3232
<h2 className="hidden text-xl font-bold mb-4">

0 commit comments

Comments
 (0)