Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Aug 20, 2021
1 parent d65fe12 commit e3a599b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import React, { Fragment } from 'react';

import { HttpSetup } from 'src/core/public';
import {
EuiButton,
EuiButtonEmpty,
Expand Down Expand Up @@ -75,8 +74,7 @@ export const ChecklistFlyoutStep: React.FunctionComponent<{
reindexState: ReindexState;
startReindex: () => void;
cancelReindex: () => void;
http: HttpSetup;
}> = ({ closeFlyout, reindexState, startReindex, cancelReindex, http, renderGlobalCallouts }) => {
}> = ({ closeFlyout, reindexState, startReindex, cancelReindex, renderGlobalCallouts }) => {
const { loadingState, status, hasRequiredPrivileges } = reindexState;
const loading = loadingState === LoadingState.Loading || status === ReindexStatus.inProgress;

Expand Down

0 comments on commit e3a599b

Please sign in to comment.