From e5f9ed827b797f14e285d87e4add083fd76b7e15 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 21 Aug 2020 08:19:13 -0400 Subject: [PATCH] Undo commenting out of strictmode --- awx/ui_next/src/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') );