Skip to content

Commit

Permalink
default to showing status (#52226)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaxonF authored and tellthemachines committed Jul 7, 2023
1 parent ce56765 commit a0bdd09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const pendingIcon = (

export default function StatusLabel( { status, date, short } ) {
const relateToNow = humanTimeDiff( date );
let statusLabel = '';
let statusLabel = status;
let statusIcon = pendingIcon;
switch ( status ) {
case 'publish':
Expand Down

0 comments on commit a0bdd09

Please sign in to comment.