diff --git a/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap b/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap index 054ef55..7691935 100644 --- a/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap +++ b/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap @@ -275,7 +275,12 @@ exports[`Suppliers page Render 1`] = ` - ADAS + + ADAS + - ICC, BCM + + ICC, BCM + - BCM + + BCM +
{ /> {suppliers.map((row, index) => { + const ecuList = row.ecus.join(", "); return ( @@ -138,7 +140,13 @@ const SupplierTable = (props) => { {row.email} {row.program} - {row.ecus.join(", ")} + + + + {ecuList} + + + {LocalDateTimeString(row.created)} @@ -159,7 +167,7 @@ const SupplierTable = (props) => {