Skip to content

Commit

Permalink
update banking
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 30, 2024
1 parent eab5b7a commit 1233dd6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@better-giving/assets": "1.0.18",
"@better-giving/registration": "1.0.23",
"@better-giving/registration": "1.0.24",
"@gsap/react": "2.1.1",
"@headlessui/react": "2.1.0",
"@hookform/error-message": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Application/Loaded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function Loaded(props: Application) {
<Row label="Account holder name">
{props.banking.details.accountName}
</Row>
{props.banking.details.fields.map((f) => (
{props.banking.fields.map((f) => (
<Row key={f.label} label={f.label}>
{f.value}
</Row>
Expand Down
2 changes: 0 additions & 2 deletions src/pages/Registration/Steps/getRegistrationState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export function getRegistrationState(reg: Reg): {
function toData<T extends Reg>({
id,
registrant_id,
hubspot_contact_id,
created_at,
env,
claim,
Expand All @@ -47,7 +46,6 @@ function toData<T extends Reg>({
init: {
id,
registrant_id,
hubspot_contact_id,
created_at,
env,
claim,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -822,12 +822,12 @@ __metadata:
languageName: node
linkType: hard

"@better-giving/registration@npm:1.0.23":
version: 1.0.23
resolution: "@better-giving/registration@npm:1.0.23"
"@better-giving/registration@npm:1.0.24":
version: 1.0.24
resolution: "@better-giving/registration@npm:1.0.24"
peerDependencies:
valibot: 0.42.0
checksum: 10/33fab68386b98ad704c746130779c06368a46065ccd44c649197a48a25d93a03291d3ea86a0b327dd384f1563833a6b5fd61769ef9d6431f51559c1899c27f08
checksum: 10/8f485d84d8fa1d14635d7d784f486b0cc38e98b215b904702c34f0d488450129e7da769dff1f0cbe4105a1a5842d090045babb8e41bd90790320544bc9a03fe7
languageName: node
linkType: hard

Expand Down Expand Up @@ -3426,7 +3426,7 @@ __metadata:
resolution: "angelprotocol-web-app@workspace:."
dependencies:
"@better-giving/assets": "npm:1.0.18"
"@better-giving/registration": "npm:1.0.23"
"@better-giving/registration": "npm:1.0.24"
"@biomejs/biome": "npm:1.8.1"
"@gsap/react": "npm:2.1.1"
"@headlessui/react": "npm:2.1.0"
Expand Down

0 comments on commit 1233dd6

Please sign in to comment.