mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Undo commenting out of strictmode
This commit is contained in:
@@ -7,8 +7,8 @@ import { BrandName } from './variables';
|
|||||||
document.title = `Ansible ${BrandName}`;
|
document.title = `Ansible ${BrandName}`;
|
||||||
|
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
// <React.StrictMode>
|
<React.StrictMode>
|
||||||
<App />,
|
<App />
|
||||||
// </React.StrictMode>,
|
</React.StrictMode>,
|
||||||
document.getElementById('app') || document.createElement('div')
|
document.getElementById('app') || document.createElement('div')
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user