Skip to content

Commit

Permalink
fix: only show tab if github url is set in community config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Oct 10, 2023
1 parent eb8c3da commit 679dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gigs-board/entity/community/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ const CommunityHeader = ({ activeTabTitle, handle }) => {
},
]),

...(!community?.features.github || foundAddOn('github')
...((!community?.features.github && community?.github) || foundAddOn('github')
? []
: [
{
Expand Down

0 comments on commit 679dc75

Please sign in to comment.