Use null symbol

This commit is contained in:
Sam Carlton 2022-05-17 14:34:54 -05:00
parent 30140ff4d1
commit a2ad2dbeb4

View file

@ -48,7 +48,7 @@ function makeDetailsFromListing ( listing ) {
return [
listing.content || 'No content',
listing.content || '∅', // Null Symbol
has( listing, 'status' ) ? `status:${ listing.status }` : '',
// Brownmatter
matter.stringify( '', contents ),