Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Oct 31, 2024
1 parent 73b1e03 commit f8e094f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/TopBarBreadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const TopBarBreadcrumbs = () => {
const [, firstPathItem, secondPathItem, thirdPathItem, , fifthPathItem] =
window.location.pathname.split('/')

// console.log(paths, paths.slice(0, -1).join('/'))
const { project } = useParams()
// if there's no secondPathItem on the silo section, there's no page to go "back" to
// the secondPathItem is top-level within the system section and therefore we check for thirdPathItem
Expand Down

0 comments on commit f8e094f

Please sign in to comment.