a tool for shared writing and social publishing

handle empty publish and title for link blocks

+2 -2
+2 -2
actions/publishToPublication.ts
··· 311 311 $type: "pub.leaflet.blocks.website", 312 312 previewImage: blobref, 313 313 src: src.data.value, 314 - description: description.data.value, 315 - title: title.data.value, 314 + description: description?.data.value, 315 + title: title?.data.value, 316 316 }; 317 317 return block; 318 318 }