File tree Expand file tree Collapse file tree
src/frontend/src/pages/FinancePage/ReimbursementRequestDetailPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * See the LICENSE file in the repository root folder for details.
44 */
55
6+ import { expenseTypePipe } from '../../../utils/pipes' ;
67import { Edit } from '@mui/icons-material' ;
78import CheckIcon from '@mui/icons-material/Check' ;
89import ConfirmationNumberIcon from '@mui/icons-material/ConfirmationNumber' ;
@@ -118,10 +119,7 @@ const ReimbursementRequestDetailsView: React.FC<ReimbursementRequestDetailsViewP
118119 < VerticalDetailDisplay label = "Refund Source" content = { `${ reimbursementRequest . account } ` } />
119120 </ Grid >
120121 < Grid item sm = { 6 } xs = { 12 } >
121- < VerticalDetailDisplay
122- label = "Expense Type"
123- content = { `${ reimbursementRequest . expenseType . code } - ${ reimbursementRequest . expenseType . name } ` }
124- />
122+ < VerticalDetailDisplay label = "Expense Type" content = { expenseTypePipe ( reimbursementRequest . expenseType ) } />
125123 </ Grid >
126124 < Grid item sm = { 6 } xs = { 12 } >
127125 < VerticalDetailDisplay label = "Date Delivered" content = { dateUndefinedPipe ( reimbursementRequest . dateDelivered ) } />
You can’t perform that action at this time.
0 commit comments