a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix off-by-one in publish success mural

+1 -1
+1 -1
app/[leaflet_id]/publish/PublishPost.tsx
··· 37 37 record={props.record} 38 38 publication_uri={props.publication_uri} 39 39 post_url={publishState.post_url} 40 - posts_in_pub={props.posts_in_pub || 0} 40 + posts_in_pub={(props.posts_in_pub || 0) + 1} 41 41 /> 42 42 )} 43 43 </div>