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
handle no type in metadata?
awarm.space
1 year ago
9d90e841
2a326ec9
+1
-1
1 changed file
expand all
collapse all
unified
split
app
[leaflet_id]
page.tsx
+1
-1
app/[leaflet_id]/page.tsx
···
117
117
let type = scan.eav(b.data.value, "block/type");
118
118
return {
119
119
...b.data,
120
120
-
type: type[0].data.value,
120
120
+
type: type[0]?.data.value,
121
121
};
122
122
})
123
123