a tool for shared writing and social publishing
0
fork

Configure Feed

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

bug! on confirm for deleting published post

+1 -1
+1 -1
app/lish/[did]/[publication]/dashboard/PublishedPostsLists.tsx
··· 134 134 await deletePost(props.document_uri); 135 135 }} 136 136 > 137 - {confirm ? "Delete Post" : "Are you sure?"} 137 + {!confirm ? "Delete Post" : "Are you sure?"} 138 138 </MenuItem> 139 139 ); 140 140 }