diff --git a/internal_packages/composer-templates/lib/preferences-templates.cjsx b/internal_packages/composer-templates/lib/preferences-templates.cjsx index 236486646..522601b4e 100644 --- a/internal_packages/composer-templates/lib/preferences-templates.cjsx +++ b/internal_packages/composer-templates/lib/preferences-templates.cjsx @@ -241,7 +241,7 @@ class PreferencesTemplates extends React.Component else @_renderName() } {if @state.editState isnt "new" then editor} - {if @state.editState is "new" then noTemplatesMessage} + {if @state.templates.length==0 then noTemplatesMessage}