chore(typescript): correct type
parent
3906874aa2
commit
6cc77e575c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue