Skip to content

Commit 0c8ab7d

Browse files
committed
misc
1 parent 5f81c4c commit 0c8ab7d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

backend/src/modules/claim/utilities/pdf-mapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

frontend/app/claims/declare/DisasterInfoStep.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)