tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
28
pulls
pipelines
fix filter of pub domains
awarm.space
8 months ago
35fbd6a5
d7098270
+1
-1
1 changed file
expand all
collapse all
unified
split
components
ShareOptions
DomainOptions.tsx
+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
84
-
.filter((d) => !d.publication_domains)
84
84
+
.filter((d) => !d.publication_domains.length)
85
85
.map((domain) => {
86
86
return (
87
87
<DomainOption