mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use null symbol
This commit is contained in:
parent
30140ff4d1
commit
a2ad2dbeb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue