export function showCopyCommunityUrlMenuItem({ isPublic }: { isPublic: boolean }) {
return isPublic;
}