diff --git a/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap b/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap index 5b0c8cd..054ef55 100644 --- a/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap +++ b/src/components/Suppliers/List/__snapshots__/index.test.jsx.snap @@ -190,6 +190,52 @@ exports[`Suppliers page Render 1`] = ` + + + Sign In + + + + + + Keys + + + + + + + + + { const { token, classes } = props; @@ -137,6 +145,12 @@ const SupplierTable = (props) => { {LocalDateTimeString(row.activated)} + + {LocalDateTimeString(row.signin_at)} + + + {LocalDateTimeString(row.keys_at)} + ); })}