CEC-3524-DriverID-Issue-Portal (#274)

* added driver id

* fix snap
This commit is contained in:
das31
2023-02-02 14:22:10 -05:00
committed by GitHub
parent abaaf42d65
commit 25cbafabce
2 changed files with 11 additions and 1 deletions

View File

@@ -1778,6 +1778,13 @@ exports[`App Route /issue-info authenticated 1`] = `
: :
FISKER123 FISKER123
</p> </p>
<p>
<b>
Driver ID
</b>
:
valid-cognito-id-1
</p>
<p> <p>
<b> <b>
VIN VIN

View File

@@ -44,6 +44,9 @@ const MainForm = ({ id }) => {
<p> <p>
<b>ID</b>: {id} <b>ID</b>: {id}
</p> </p>
<p>
<b>Driver ID</b>: {issue.driver_id}
</p>
<p> <p>
<b>VIN</b>: {issue.vin} <b>VIN</b>: {issue.vin}
</p> </p>