Skip to content

Commit bb382e4

Browse files
authored
Merge pull request #75 from techulus/main
Fix projects nav
2 parents b338b33 + 3b00bde commit bb382e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)