diff --git a/awx/ui_next/src/screens/Template/Template.jsx b/awx/ui_next/src/screens/Template/Template.jsx index 84839c1a3f..6fe466482a 100644 --- a/awx/ui_next/src/screens/Template/Template.jsx +++ b/awx/ui_next/src/screens/Template/Template.jsx @@ -164,57 +164,63 @@ class Template extends Component { } return ( - - {cardHeader} - - - {template && ( - ( - - )} + + + {cardHeader} + + - )} - {template && ( - } - /> - )} - {template && ( - ( - - )} - /> - )} - {canSeeNotificationsTab && ( - ( - - )} - /> - )} + {template && ( + ( + + )} + /> + )} + {template && ( + } + /> + )} + {template && ( + ( + + )} + /> + )} + {canSeeNotificationsTab && ( + ( + + )} + /> + )} + {template?.id && ( + + + + )} {template?.id && (