Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jun 4, 2021
1 parent fea2b90 commit 8a0e17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/public/application/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const renderApp = ({
console.log('Error creating static index pattern', e);
});

// ensure all divs are .kbnAppWrappers
// add .kbnAppWrappers class to root element
element.classList.add(APP_WRAPPER_CLASS);

ReactDOM.render(
Expand Down

0 comments on commit 8a0e17f

Please sign in to comment.