IO-993 CSI undefined for owner name.

This commit is contained in:
Patrick Fic
2021-05-06 14:21:28 -07:00
parent 059ca45a3a
commit e6d1e36b84
3 changed files with 27 additions and 35 deletions

View File

@@ -76,7 +76,7 @@ export function ShopCsiContainer({
// <AlertComponent message="You don't have acess to see this screen." />
// }
>
<Row>
<Row gutter={16}>
<Col span={10}>
<CsiResponseListPaginated
refetch={refetch}
@@ -85,7 +85,7 @@ export function ShopCsiContainer({
total={data ? data.csi_aggregate.aggregate.count : 0}
/>
</Col>
<Col span={13} offset={1}>
<Col span={14}>
<CsiResponseFormContainer />
</Col>
</Row>