feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -97,7 +97,7 @@ function PhoneNumberConsentList({ bodyshop }) {
|
||||
}
|
||||
return owners.map((owner) => (
|
||||
<div key={owner.id}>
|
||||
<Space direction="horizontal">
|
||||
<Space orientation="horizontal">
|
||||
<Link to={"/manage/owners/" + owner.id}>
|
||||
<OwnerNameDisplay ownerObject={owner} />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user