Skip to content

Commit

Permalink
Do not show customized in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Dec 13, 2023
1 parent 449d870 commit 856c351
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ function TemplateTitle( { item, view } ) {
<>
{ decodeEntities( item.title?.rendered || item.slug ) ||
__( '(no title)' ) }
<Customized item={ item } isCustomized={ isCustomized } />
</>
);
}
Expand Down

0 comments on commit 856c351

Please sign in to comment.