tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
fix type error
awarm.space
2 months ago
2944c18b
96c5a7c2
+1
-3
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Interactions
Interactions.tsx
+1
-3
app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
···
216
216
<SubscribeWithBluesky
217
217
pubName={publication.name}
218
218
pub_uri={publication.uri}
219
219
-
base_url={getPublicationURL(
220
220
-
publication.record as PubLeafletPublication.Record,
221
221
-
)}
219
219
+
base_url={getPublicationURL(publication)}
222
220
subscribers={publication?.publication_subscriptions}
223
221
/>
224
222
</div>