Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Jun 13, 2019
1 parent 48aa6e5 commit 82a05a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const EuiToast: FunctionComponent<EuiToastProps> = ({
'euiToastHeader--withBody': children,
});

let headerIcon: ReactElement<typeof EuiIcon>;
let headerIcon: ReactElement;

if (iconType) {
headerIcon = (
Expand Down

0 comments on commit 82a05a8

Please sign in to comment.