a tool for shared writing and social publishing

fix filter of pub domains

+1 -1
+1 -1
components/ShareOptions/DomainOptions.tsx
··· 81 81 <h3 className="text-secondary">Choose a Domain</h3> 82 82 <div className="flex flex-col gap-1 text-secondary"> 83 83 {identity?.custom_domains 84 - .filter((d) => !d.publication_domains) 84 + .filter((d) => !d.publication_domains.length) 85 85 .map((domain) => { 86 86 return ( 87 87 <DomainOption