chore(typescript): correct type

pull/5690/head
Pavel Zavora 2021-03-08 21:23:40 +01:00
parent 3906874aa2
commit 6cc77e575c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import QuestionMarkTooltip from 'src/shared/components/QuestionMarkTooltip'
import {KAPACITOR_TOOLTIP_COPY} from 'src/sources/constants'
const InfluxTableHead: FunctionComponent<{}> = (): ReactElement<HTMLTableHeaderCellElement> => {
const InfluxTableHead: FunctionComponent = (): ReactElement<HTMLTableHeaderCellElement> => {
return (
<thead>
<tr>