Skip to content

Commit

Permalink
remove isMatlabItem
Browse files Browse the repository at this point in the history
  • Loading branch information
sanglevinh committed Dec 26, 2023
1 parent c834624 commit 94c6e91
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/src/store/slice/VisualizeItem/VisualizeItemUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ export function isCsvItem(item: VisualaizeItemType): item is CsvItem {
)
}

export function isMatlabItem(item: VisualaizeItemType): item is CsvItem {
return (
item.itemType === VISUALIZE_ITEM_TYPE_SET.DISPLAY_DATA &&
item.dataType === DATA_TYPE_SET.CSV
)
}

export function isHeatMapItem(item: VisualaizeItemType): item is HeatMapItem {
return (
item.itemType === VISUALIZE_ITEM_TYPE_SET.DISPLAY_DATA &&
Expand Down

0 comments on commit 94c6e91

Please sign in to comment.