Remove unused prop

This commit is contained in:
dominik-zeglen 2019-11-12 13:33:54 +01:00
parent eb58db95a5
commit b597f03c70

View file

@ -84,7 +84,6 @@ const CustomerDetailsPage: React.FC<CustomerDetailsPageProps> = ({
/>
<CardSpacer />
<CustomerInfo
customer={customer}
data={data}
disabled={disabled}
errors={formErrors}