Skip to content

Commit 9442e50

Browse files
committed
#3888 fixed linting errors
1 parent 65255bd commit 9442e50

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ import {
3737
Project,
3838
ReimbursementProductFormArgs,
3939
ReimbursementReceiptUploadArgs,
40-
Vendor,
41-
wbsPipe
40+
Vendor
4241
} from 'shared';
4342
import { ClearIcon, DatePicker } from '@mui/x-date-pickers';
4443
import ReimbursementProductTable from './ReimbursementProductTable';
@@ -50,7 +49,6 @@ import React, { useState, useEffect, useMemo, useRef } from 'react';
5049
import { useToast } from '../../../hooks/toasts.hooks';
5150
import { Link as RouterLink } from 'react-router-dom';
5251
import { routes } from '../../../utils/routes';
53-
import { wbsNumComparator } from 'shared';
5452
import { codeAndRefundSourceName, accountCodePipe } from '../../../utils/pipes';
5553
import { imagePreviewUrl } from '../../../utils/reimbursement-request.utils';
5654
import { useCreateVendor } from '../../../hooks/finance.hooks';

0 commit comments

Comments
 (0)