diff --git a/awx/ui_next/src/index.jsx b/awx/ui_next/src/index.jsx index 866269098b..ad616077ef 100644 --- a/awx/ui_next/src/index.jsx +++ b/awx/ui_next/src/index.jsx @@ -7,8 +7,8 @@ import { BrandName } from './variables'; document.title = `Ansible ${BrandName}`; ReactDOM.render( - // - , - // , + + + , document.getElementById('app') || document.createElement('div') );