Skip to content

Commit

Permalink
Only show dot for file based templates
Browse files Browse the repository at this point in the history
  • Loading branch information
david-szabo97 committed Nov 19, 2020
1 parent 4b6f573 commit 66e0141
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -42,7 +42,8 @@ export default function TemplateNavigationItem( { item } ) {
<div className="edit-site-navigation-panel__template-item-title">
{ title }
{ item.type === 'wp_template' &&
item.status !== 'auto-draft' && (
item.status !== 'auto-draft' &&
item.file_based && (
<Tooltip
text={ __(
'This theme template has been customized'
Expand Down

0 comments on commit 66e0141

Please sign in to comment.