Skip to content

Commit

Permalink
Display empty values by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Sep 11, 2024
1 parent 1f6ccf6 commit 17c1206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ export function useDefaultViews( { postType } ) {
},
count: counts?.trash,
},
].filter( ( { count } ) => count > 0 );
];
}, [ labels, counts ] );
}

0 comments on commit 17c1206

Please sign in to comment.