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

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