Skip to content

Commit 3b00bde

Browse files
committed
Fix projects nav
1 parent 6114801 commit 3b00bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/nav-projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function NavProjects() {
3737
}
3838
localStorage.removeItem(localStorageKey);
3939
}
40-
return null;
40+
return [];
4141
} catch (error) {
4242
console.error(error);
4343
return [];

0 commit comments

Comments
 (0)