Skip to content

Commit

Permalink
feat(backoffice-v2): added provider label for the address block (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy authored Aug 4, 2024
1 parent 989876b commit 3122d52
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ export const useAddressBlock = ({
type: 'heading',
value: `${valueOrNA(toTitleCase(entityType ?? ''))} Address`,
})
.addCell({
type: 'subheading',
value: 'User-Provided Data',
props: {
className: 'mb-4 col-span-full',
},
})
.addCell({
type: 'details',
hideSeparator: true,
Expand Down

0 comments on commit 3122d52

Please sign in to comment.