diff --git a/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx b/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx index 09939cc62..5c5d588e3 100644 --- a/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx +++ b/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx @@ -63,7 +63,7 @@ const useStyles = makeStyles( }, root: { display: "grid", - gap: `${theme.spacing(3)}px`, + gap: theme.spacing(3), gridTemplateColumns: "repeat(3, 1fr)", [theme.breakpoints.down("md")]: { gridTemplateColumns: "repeat(2, 1fr)"