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 committed Jul 4, 2023
1 parent a3d81f6 commit 448995f
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

1 comment on commit 448995f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 448995f.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5450689632
📝 Reported issues:

Please sign in to comment.