Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 25, 2020
1 parent 64d16b9 commit 807b50b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import React from 'react';
import { EuiAccordion, EuiDescriptionList, EuiSpacer, EuiText } from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { PingHeaders } from '../../../../common/runtime_types';
import { PingHeaders as HeadersProp } from '../../../../common/runtime_types';

interface Props {
headers: PingHeaders;
headers: HeadersProp;
}

export const PingHeaders = ({ headers }: Props) => {
Expand Down

0 comments on commit 807b50b

Please sign in to comment.