Skip to content

Commit

Permalink
fix: fixed tooltipComponent typing to fix build (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw authored Dec 4, 2023
1 parent 4ee834d commit 3ae8431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Eplant/views/CellEFP/cellEFP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import GeneticElement from '@eplant/GeneticElement'
import { ViewDataError } from '@eplant/View/viewData'
import EFP, { getEFPSampleData } from '../eFP'
import _ from 'lodash'
import { EFPData, EFPGroup, EFPId, EFPTissue } from '../eFP/types'
import { EFPData, EFPGroup, EFPId, EFPState, EFPTissue } from '../eFP/types'
import React from 'react'
import CellSVGTooltip from '../eFP/Tooltips/cellEFPTooltip'

Expand All @@ -12,6 +12,7 @@ export default class CellEFP extends EFP {
group: EFPGroup
tissue: EFPTissue
data: EFPData
state: EFPState
}) => React.JSX.Element
constructor(
public name: string,
Expand Down

0 comments on commit 3ae8431

Please sign in to comment.