From 59a8c934d65ebba1d0e13109d228644e71b299de Mon Sep 17 00:00:00 2001 From: John Wu <76966357+jwu-fisker@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:05:43 -0700 Subject: [PATCH] CEC-2237 Track sign in and keys (#188) --- .../List/__snapshots__/index.test.jsx.snap | 64 +++++++++++++++++++ src/components/Suppliers/Table/index.jsx | 18 +++++- 2 files changed, 80 insertions(+), 2 deletions(-) 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)} + ); })}