Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Apr 26, 2024
1 parent 277f9f1 commit d697030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions src/components/PackageDashboard/PackageTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import ReactTable from 'react-table';
import ReactGA from 'react-ga';
import PropTypes from 'prop-types';
import Moment from 'moment';
import { Row, Col, Button } from 'reactstrap';
import { getStateDisplayText } from './stateDisplayHelper';
import { Row, Col } from 'reactstrap';
import { faDownload } from '@fortawesome/free-solid-svg-icons';
import { CSVLink } from 'react-csv';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
Expand All @@ -15,7 +14,6 @@ const PACKAGE_TYPE_LABEL = 'Package Type';
const SUBMITTER_LABEL = 'Submitter';
const TIS_NAME_LABEL = 'TIS Name';
const DATE_SUBMITTED_LABEL = 'Date Submitted';
const PACKAGE_STATE_LABEL = 'Package State';
const SUBJECT_ID_LABEL = 'Subject Id';
const GLOBUS_LINK_LABEL = 'Globus Link';
const MOVE_PACKAGE_FILES_LABEL = 'Move Files to DLU';
Expand Down
3 changes: 0 additions & 3 deletions src/components/PackageDashboard/packageReducer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import actionNames from '../../actions/actionNames';

export const packages = (state = [], action) => {
let newState = [];

switch (action.type) {
default:
Expand Down

0 comments on commit d697030

Please sign in to comment.