Skip to content

Commit edc8697

Browse files
committed
Fix class name
1 parent e74049a commit edc8697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/resultsView/structuralVariant/ResultsViewStructuralVariantMapperDataStore.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { computed, makeObservable } from 'mobx';
2323
import { SimpleLazyMobXTableApplicationDataStore } from 'shared/lib/ILazyMobXTableApplicationDataStore';
2424
import { StructuralVariant } from 'cbioportal-ts-api-client';
2525

26-
export default class FusionMapperDataStore extends SimpleLazyMobXTableApplicationDataStore<
26+
export default class ResultsViewStructuralVariantMapperDataStore extends SimpleLazyMobXTableApplicationDataStore<
2727
StructuralVariant[]
2828
> {
2929
constructor(data: StructuralVariant[][]) {

0 commit comments

Comments
 (0)