Remove unused prop
This commit is contained in:
parent
eb58db95a5
commit
b597f03c70
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ const CustomerDetailsPage: React.FC<CustomerDetailsPageProps> = ({
|
||||||
/>
|
/>
|
||||||
<CardSpacer />
|
<CardSpacer />
|
||||||
<CustomerInfo
|
<CustomerInfo
|
||||||
customer={customer}
|
|
||||||
data={data}
|
data={data}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
errors={formErrors}
|
errors={formErrors}
|
||||||
|
|
Loading…
Reference in a new issue