Skip to content

Commit

Permalink
Resolve build error
Browse files Browse the repository at this point in the history
  • Loading branch information
samglover committed Sep 10, 2024
1 parent 5c8dc00 commit 67736d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ interface PageProps {
};
}


export default function NavigationBar({ params }: PageProps) {
let { path = '' } = useParams();
console.log(path);
let abbrev = '';
if (typeof path === 'string' && path.trim().length > 0) {
abbrev = ' ' + path.toUpperCase();
Expand Down

0 comments on commit 67736d8

Please sign in to comment.