Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ui/src/containers/SampleGridTableContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import TooltipTrigger from '../components/TooltipTrigger';
import { isCollected, QUEUE_RUNNING, QUEUE_STOPPED } from '../constants';
import SampleFlexView from './SampleFlexView';
import styles from './SampleGridTableContainer.module.css';
import SampleIsaraView from './SampleIsaraView';

const SETTINGS = {
dots: false,
Expand Down Expand Up @@ -964,14 +963,9 @@ export default function SampleGridTableContainer(props) {
}

function getSampleListAsDrawing() {
const isCATS = type.includes('CATS');
const isFLEX = type.includes('FLEX');
const isMOCK = type.includes('Mock');

if (isCATS) {
return <SampleIsaraView />;
}

if (isFLEX) {
return (
<SampleFlexView
Expand Down
251 changes: 0 additions & 251 deletions ui/src/containers/SampleIsaraView.jsx

This file was deleted.