CEC-3040 Fix add car button permission (#245)

This commit is contained in:
John Wu
2022-12-07 11:21:20 -08:00
committed by GitHub
parent 0fad12b23b
commit 888e8925bd
3 changed files with 33 additions and 3 deletions

View File

@@ -8402,7 +8402,22 @@ exports[`App Route /vehicles authenticated 1`] = `
>
<div
class="MuiGrid-root makeStyles-textJustifyAlign-0 MuiGrid-item MuiGrid-grid-md-4"
/>
>
<a
href="/vehicle-add"
>
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeLarge"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"
/>
</svg>
</a>
</div>
<div
class="MuiGrid-root makeStyles-textCenterAlign-0 MuiGrid-item MuiGrid-grid-md-4"
>