File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
backend/src/modules/claim/utilities
frontend/app/claims/declare Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ function parseRelevantExpenses(purchaseLineItems?: PurchaseLineItem[]) {
6060 ...li ,
6161 quickbooksDateCreated : li . quickbooksDateCreated ?. toISOString ( ) ,
6262 dateCreated : li . dateCreated . toISOString ( ) ,
63+ category : li . category || undefined ,
6364 } )
6465 ) ;
6566}
Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ export default function DisasterInfoStep({
148148 </ div >
149149 ) ) }
150150 </ div >
151- < Button className = "w-fit h-fit rounded-full py-[12px] px-[20px]" >
152- < Label >
153- < UserIcon size = { 24 } color = "black" />
154- < p > Select from business profile</ p >
155- </ Label >
156- </ Button >
157151 </ div >
158152 </ Card >
159153 < div className = "flex items-center justify-end gap-3 w-full" >
You can’t perform that action at this time.
0 commit comments