Skip to content

Commit

Permalink
Merge pull request #2 from ar563/ar563-patch-1
Browse files Browse the repository at this point in the history
Update [treeid].js
  • Loading branch information
ar563 authored Sep 14, 2022
2 parents 674b9b1 + 1ee20f6 commit 8c0fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trees/[treeid].js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function Tree({
},
]
: []),
...(context && context.name === 'organizations'
...(context && context.name === 'organizations' && organization
? [
{
url: `/organizations/${organization.id}`,
Expand Down

0 comments on commit 8c0fb0c

Please sign in to comment.