Skip to content

Commit

Permalink
use accoutn name
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Oct 3, 2024
1 parent 0e0f2e6 commit c8420de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/Application/Loaded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ export default function Loaded(props: Application) {
</Container>
<Container title="Banking details">
<dl className="grid sm:grid-cols-[auto_auto_1fr]">
<Row label="Account holder name">
{props.banking.details.accountName}
</Row>
<Row label="Account holder name">{props.banking.accountName}</Row>
{props.banking.fields.map((f) => (
<Row key={f.label} label={f.label}>
{f.value}
Expand Down

0 comments on commit c8420de

Please sign in to comment.