diff --git a/src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx b/src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx index c21e06e633..89fe73acd2 100644 --- a/src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx +++ b/src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx @@ -285,7 +285,7 @@ const ReimbursementRequestFormView: React.FC {/* Left Column */} - + {/* Vendor */} )} + {/* Account Code */} + + + Account Code* + + { + const mappedAccountCodes = allAccountCodes + .filter((accountCode) => accountCode.allowed) + .map(accountCodesToAutocomplete); + return ( + + ); + }} + /> + {errors.accountCodeId?.message} + + {/* Refund Sources */} {/* Right Column */} - - {/* Account Code */} - - - Account Code* - - { - const mappedAccountCodes = allAccountCodes - .filter((accountCode) => accountCode.allowed) - .map(accountCodesToAutocomplete); - return ( - - ); - }} - /> - {errors.accountCodeId?.message} - - + {/* Upload Receipts */}