Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 2, 2022
1 parent 3feb9b6 commit 882aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/footer/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ const arrifyFooter = function ({ Id, Timestamp, systems }) {
}

const addTitle = function ({ title, props }) {
return title === undefined ? props : { [title]: props }
return title === '' ? props : { [title]: props }
}

0 comments on commit 882aa42

Please sign in to comment.