From 888e8925bd14b319026f993762b3126a127768f0 Mon Sep 17 00:00:00 2001 From: John Wu <76966357+jwu-fisker@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:21:20 -0800 Subject: [PATCH] CEC-3040 Fix add car button permission (#245) --- .../App/__snapshots__/App.test.js.snap | 17 ++++++++++++++++- .../Cars/List/__snapshots__/index.test.jsx.snap | 17 ++++++++++++++++- src/components/Cars/List/index.jsx | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap index c93bf07..a714fc5 100644 --- a/src/components/App/__snapshots__/App.test.js.snap +++ b/src/components/App/__snapshots__/App.test.js.snap @@ -8402,7 +8402,22 @@ exports[`App Route /vehicles authenticated 1`] = ` >
+ > + + + +
diff --git a/src/components/Cars/List/__snapshots__/index.test.jsx.snap b/src/components/Cars/List/__snapshots__/index.test.jsx.snap index 50c7849..cc2b5f0 100644 --- a/src/components/Cars/List/__snapshots__/index.test.jsx.snap +++ b/src/components/Cars/List/__snapshots__/index.test.jsx.snap @@ -22,7 +22,22 @@ exports[`VehicleTable Render 1`] = ` >
+ > + + + +
diff --git a/src/components/Cars/List/index.jsx b/src/components/Cars/List/index.jsx index db72783..c0ab155 100644 --- a/src/components/Cars/List/index.jsx +++ b/src/components/Cars/List/index.jsx @@ -53,7 +53,7 @@ const MainForm = () => {