mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use underscore for status
This commit is contained in:
parent
9bc45ffc5a
commit
9f5902e07e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ function makeDetailsFromListing ( listing ) {
|
||||||
|
|
||||||
return [
|
return [
|
||||||
listing.content || '∅', // Null Symbol
|
listing.content || '∅', // Null Symbol
|
||||||
has( listing, 'status' ) ? `status:${ listing.status }` : '',
|
has( listing, 'status' ) ? `status_${ listing.status }` : '',
|
||||||
// Brownmatter
|
// Brownmatter
|
||||||
matter.stringify( '', contents ),
|
matter.stringify( '', contents ),
|
||||||
].join('\r\n')
|
].join('\r\n')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue