export const showLeaveCommunityItem = ({ isPublic }: { isPublic: boolean }) => { return isPublic; };