Skip to content

Commit

Permalink
enhancement(Policies): hide irrelevant settings for independant colle…
Browse files Browse the repository at this point in the history
…ctives (#10539)
  • Loading branch information
Betree committed Jul 11, 2024
1 parent 7802126 commit e533e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/edit-collective/sections/Policies.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ const Policies = ({ collective, showOnlyExpensePolicy }) => {
}
/>
</Flex>
{collective.isHost && (
{collective.isHost && !isSelfHosted && (
<React.Fragment>
<P
ml="1.4rem"
Expand Down

0 comments on commit e533e6a

Please sign in to comment.