mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Undo commenting out of strictmode
This commit is contained in:
parent
2d2108b1de
commit
e5f9ed827b
@ -7,8 +7,8 @@ import { BrandName } from './variables';
|
||||
document.title = `Ansible ${BrandName}`;
|
||||
|
||||
ReactDOM.render(
|
||||
// <React.StrictMode>
|
||||
<App />,
|
||||
// </React.StrictMode>,
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById('app') || document.createElement('div')
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user