diff --git a/browser/src/VariantPage/PopulationsTable.tsx b/browser/src/VariantPage/PopulationsTable.tsx index f2b1efe6d..479a66818 100644 --- a/browser/src/VariantPage/PopulationsTable.tsx +++ b/browser/src/VariantPage/PopulationsTable.tsx @@ -92,7 +92,7 @@ type Population = { }[] } -type OwnPopulationsTableProps = { +type PopulationsTableProps = { columnLabels?: { ac?: string an?: string @@ -106,8 +106,6 @@ type OwnPopulationsTableProps = { type PopulationsTableState = any -type PopulationsTableProps = OwnPopulationsTableProps & typeof PopulationsTable.defaultProps - export class PopulationsTable extends Component { static defaultProps = { columnLabels: {}, @@ -299,7 +297,7 @@ export class PopulationsTable extends Component