Skip to content

Commit

Permalink
[ILM] Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Jul 22, 2020
1 parent a5c25ad commit da86ff7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion x-pack/plugins/index_lifecycle_management/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ export class IndexLifecycleManagementPlugin {

const { renderApp } = await import('./application');

const unmountAppCallback = renderApp(element, I18nContext, history, navigateToApp, getUrlForApp);
const unmountAppCallback = renderApp(
element,
I18nContext,
history,
navigateToApp,
getUrlForApp
);

return () => {
docTitle.reset();
Expand Down

0 comments on commit da86ff7

Please sign in to comment.